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

Diff of /imapfilter/connect.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by lefcha, Sat Aug 11 15:52:52 2001 UTC revision 1.2 by lefcha, Sun Aug 12 16:06:45 2001 UTC
# Line 119  int get_response(char *buf) Line 119  int get_response(char *buf)
119   */   */
120  int clear_stream(void)  int clear_stream(void)
121  {  {
122      int r, saveopt;      int r;
123        unsigned int saveopt;
124      char buf[RESPONSE_BUFFER_MAX];      char buf[RESPONSE_BUFFER_MAX];
125    
126      saveopt = options;          /* Needed so response won't be analyzed. */      saveopt = options;          /* Needed so response won't be analyzed. */
# Line 134  int clear_stream(void) Line 135  int clear_stream(void)
135    
136    
137  /*  /*
138   * Processes the data that server sent due to IMAP SEARCH request sent   * Processes the data that server sent due to IMAP SEARCH client request.
  * from the client.  
139   */   */
140  int search_response(char *results)  int search_response(char *results)
141  {  {
# Line 160  int search_response(char *results) Line 160  int search_response(char *results)
160    
161    
162  /*  /*
163   * Processes the data that server sent due to IMAP FETCH request sent   * Processes the data that server sent due to IMAP FETCH client request.
  * from the client.  
164   */   */
165  void fetch_response(char *results)  void fetch_response(char *results)
166  {  {

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26