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

Annotation of /imapfilter/connect.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations)
Fri Aug 24 17:42:49 2001 UTC (22 years, 7 months ago) by lefcha
Branch: MAIN
Changes since 1.1: +10 -1 lines
File MIME type: text/plain
Printing of an info message and other small changes

1 lefcha 1.1 /* Size of buffer that server's response messages are written to. */
2     #define RESPONSE_BUFFER_MAX 16384
3    
4 lefcha 1.2 /*
5     * Size of buffers that holds the results of responses to IMAP client
6     * requests.
7     */
8     #define SELECT_RESULTS_MAX 8
9     #define SEARCH_RESULTS_MAX 512
10    
11    
12 lefcha 1.1 int establish_connection(void);
13     int close_connection(void);
14     int get_response(char *buf);
15     int clear_stream(void);
16 lefcha 1.2 int select_response(void);
17 lefcha 1.1 int search_response(char *results);
18 lefcha 1.2 int fetch_response(char *results);
19 lefcha 1.1 void analyze_response(char *buf);

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26