diff options
Diffstat (limited to 'imap/outbox.h')
| -rw-r--r-- | imap/outbox.h | 15 | 
1 files changed, 15 insertions, 0 deletions
| diff --git a/imap/outbox.h b/imap/outbox.h new file mode 100644 index 0000000..a63a2c9 --- /dev/null +++ b/imap/outbox.h @@ -0,0 +1,15 @@ +#ifndef	outbox_h +#define	outbox_h + +/* +** Copyright 2002 Double Precision, Inc. +** See COPYING for distribution information. +*/ + + +int check_outbox(const char *message, const char *mailbox); +int is_outbox(const char *mailbox); +int imapd_sendmsg(const char *message, char **argv, void (*err_func)(char *)); +const char *defaultSendFrom(); + +#endif | 
