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

Diff of /imapfilter/response.c

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

revision 1.2 by lefcha, Tue Sep 11 16:13:51 2001 UTC revision 1.3 by lefcha, Wed Sep 12 15:40:35 2001 UTC
# Line 17  extern unsigned int options; Line 17  extern unsigned int options;
17    
18    
19  /*  /*
20   * Reads data the server sent.   * Read data the server sent.
21   */   */
22  int receive_response(char *buf)  int receive_response(char *buf)
23  {  {
# Line 66  int server_response(void) Line 66  int server_response(void)
66    
67    
68  /*  /*
69   * Processes the data that server sent due to IMAP STATUS client request.   * Process the data that server sent due to IMAP STATUS client request.
70   */   */
71  int status_response(void)  int status_response(void)
72  {  {
# Line 91  int status_response(void) Line 91  int status_response(void)
91    
92    
93  /*  /*
94   * Processes the data that server sent due to IMAP SEARCH client request.   * Process the data that server sent due to IMAP SEARCH client request.
95   */   */
96  int search_response(char *mesgs)  int search_response(char *mesgs)
97  {  {
# Line 109  int search_response(char *mesgs) Line 109  int search_response(char *mesgs)
109    
110    
111  /*  /*
112   * Processes the data that server sent due to IMAP FETCH client request.   * Process the data that server sent due to IMAP FETCH client request.
113   */   */
114  int fetch_response(char *headers)  int fetch_response(char *headers)
115  {  {
# Line 137  int fetch_response(char *headers) Line 137  int fetch_response(char *headers)
137    
138    
139  /*  /*
140   * Processes the data that server sent due to IMAP COPY client request.   * Process the data that server sent due to IMAP COPY client request.
141   */   */
142  int copy_response(void)  int copy_response(void)
143  {  {
# Line 156  int copy_response(void) Line 156  int copy_response(void)
156    
157    
158  /*  /*
159   * Checks if response of server to client's request was succesfully   * Check if response of server to client's request was succesfully
160   * delivered or there was some kind of error.   * delivered or there was some kind of error.
161   */   */
162  int analyze_response(char *buf)  int analyze_response(char *buf)

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

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26