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

Annotation of /imapfilter/imap.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.7 - (hide annotations)
Sun Aug 26 19:54:54 2001 UTC (22 years, 7 months ago) by lefcha
Branch: MAIN
Changes since 1.6: +5 -6 lines
File MIME type: text/plain
Delete an unneeded fuction and small changes.

1 lefcha 1.1 /* Size of buffer that holds the IMAP command to be sent. */
2 lefcha 1.4 #define SMALL_CMD 64
3     #define MEDIUM_CMD 256
4     #define BIG_CMD 8192
5 lefcha 1.1
6 lefcha 1.2 /*
7     * Size of buffer that holds the DATE, FROM and SUBJECT headers of the
8     * message to be deleted.
9     */
10 lefcha 1.1 #define HEADERS_MAX 1024
11    
12 lefcha 1.3 #define custom_header(A) ((A) ? "HEADER " : "")
13    
14    
15 lefcha 1.4 int send_command(char *cmd);
16 lefcha 1.1 #ifdef DEBUG
17     int imap_noop(void);
18     #endif
19     int imap_logout(void);
20 lefcha 1.4 int imap_login(account_t * ca);
21 lefcha 1.1 int imap_select(void);
22 lefcha 1.6 int imap_status(void);
23 lefcha 1.4 int imap_search(char *res);
24     int imap_fetch(unsigned int m, char *res);
25 lefcha 1.1 int imap_store(unsigned int m);
26     int imap_expunge(void);
27 lefcha 1.7 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