Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
bed36ed4
...
bed36ed45d82e59f7af54901dfc0a9682446ae4d
authored
19 years ago
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(ERR_MAILBOX_CORRUPTED): New error code.
(imap4d_set_observer): New function
1 parent
c9b79687
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
8 deletions
imap4d/imap4d.h
imap4d/imap4d.h
View file @
bed36ed
...
...
@@ -128,13 +128,14 @@ struct imap4d_command
#define RESP_NONE 4
/* Error values. */
#define OK 0
#define ERR_NO_MEM 1
#define ERR_NO_OFILE 2
#define ERR_TIMEOUT 3
#define ERR_SIGNAL 4
#define ERR_TLS 5
#define OK 0
#define ERR_NO_MEM 1
#define ERR_NO_OFILE 2
#define ERR_TIMEOUT 3
#define ERR_SIGNAL 4
#define ERR_TLS 5
#define ERR_MAILBOX_CORRUPTED 6
/* Namespace numbers */
#define NS_PRIVATE 0
#define NS_OTHER 1
...
...
@@ -216,7 +217,8 @@ extern void fetch_flags0 (const char *prefix, message_t msg, int isuid);
extern
int
imap4d_sync
__P
((
void
));
extern
int
imap4d_sync_flags
__P
((
size_t
));
extern
size_t
uid_to_msgno
__P
((
size_t
));
extern
void
imap4d_set_observer
(
mailbox_t
mbox
);
/* Signal handling. */
extern
RETSIGTYPE
imap4d_sigchld
__P
((
int
));
extern
RETSIGTYPE
imap4d_signal
__P
((
int
));
...
...
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to post a comment