/[mailutils]/mailutils/imap4d/util.c
ViewVC logotype

Diff of /mailutils/imap4d/util.c

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

revision 1.42 by gray, Fri Aug 23 06:50:08 2002 UTC revision 1.43 by gray, Mon Aug 26 17:07:19 2002 UTC
# Line 423  util_finish (struct imap4d_command *comm Line 423  util_finish (struct imap4d_command *comm
423  }  }
424    
425  /* Clients are allowed to send literal string to the servers.  this  /* Clients are allowed to send literal string to the servers.  this
426     mean that it can me everywhere where a string is allowed.     means that it can occur everywhere where a string is allowed.
427     A literal is a sequence of zero or more octets (including CR and LF)     A literal is a sequence of zero or more octets (including CR and LF)
428     prefix-quoted with an octet count in the form of an open brace ("{"),     prefix-quoted with an octet count in the form of an open brace ("{"),
429     the number of octets, close brace ("}"), and CRLF.     the number of octets, close brace ("}"), and CRLF.
# Line 504  imap4d_readline (FILE *fp) Line 504  imap4d_readline (FILE *fp)
504                    number = strtoul (line + n + 1, &sp, 10);                    number = strtoul (line + n + 1, &sp, 10);
505                    /* Client can ask for non synchronise literal,                    /* Client can ask for non synchronise literal,
506                     if a '+' is append to the octet count. */                     if a '+' is append to the octet count. */
507                    if (*sp != '+')                    if (*sp != '+')
508                      util_send ("+ GO AHEAD\r\n");                      util_send ("+ GO AHEAD\r\n");
509                  }                  }
510              }              }

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26