/[imapfilter]/imapfilter/imap.h
ViewVC logotype

Contents of /imapfilter/imap.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.8 - (show annotations)
Mon Sep 10 23:43:29 2001 UTC (22 years, 6 months ago) by lefcha
Branch: MAIN
CVS Tags: HEAD
Changes since 1.7: +0 -0 lines
File MIME type: text/plain
Error occurred while calculating annotation data.
FILE REMOVED
Remove/added files of new imapfilter.

1 /* Size of buffer that holds the IMAP command to be sent. */
2 #define SMALL_CMD 64
3 #define MEDIUM_CMD 256
4 #define BIG_CMD 8192
5
6 /*
7 * Size of buffer that holds the DATE, FROM and SUBJECT headers of the
8 * message to be deleted.
9 */
10 #define HEADERS_MAX 1024
11
12 #define custom_header(A) ((A) ? "HEADER " : "")
13
14
15 int send_command(char *cmd);
16 #ifdef DEBUG
17 int imap_noop(void);
18 #endif
19 int imap_logout(void);
20 int imap_login(account_t * ca);
21 int imap_select(void);
22 int imap_status(void);
23 int imap_search(char *res);
24 int imap_fetch(unsigned int m, char *res);
25 int imap_store(unsigned int m);
26 int imap_expunge(void);
27 void gen_search_filters(char *cmd);
28 void gen_search_limits(char *cmd);
29 void gen_deny_filters(char *cmd);
30 void gen_allow_filters(char *cmd, char *key);
31 void del_messages(char *msgs);

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26