/[emacs]/emacs/lib-src/pop.c
ViewVC logotype

Diff of /emacs/lib-src/pop.c

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

revision 1.32 by kfstorm, Sun Jan 5 23:38:59 2003 UTC revision 1.33 by lektu, Tue Feb 4 14:06:56 2003 UTC
# Line 261  pop_open (host, username, password, flag Line 261  pop_open (host, username, password, flag
261  #else  #else
262  #define DONT_NEED_PASSWORD 0  #define DONT_NEED_PASSWORD 0
263  #endif  #endif
264    
265    if ((! password) && (! DONT_NEED_PASSWORD))    if ((! password) && (! DONT_NEED_PASSWORD))
266      {      {
267        if (! (flags & POP_NO_GETPASS))        if (! (flags & POP_NO_GETPASS))
# Line 560  pop_list (server, message, IDs, sizes) Line 560  pop_list (server, message, IDs, sizes)
560   *              of lines with '>'.   *              of lines with '>'.
561   *      msg_buf Output parameter to which a buffer containing the   *      msg_buf Output parameter to which a buffer containing the
562   *              message is assigned.   *              message is assigned.
563   *   *
564   * Return value: The number of bytes in msg_buf, which may contain   * Return value: The number of bytes in msg_buf, which may contain
565   *      embedded nulls, not including its final null, or -1 on error   *      embedded nulls, not including its final null, or -1 on error
566   *      with pop_error set.   *      with pop_error set.
# Line 643  pop_retrieve (server, message, markfrom, Line 643  pop_retrieve (server, message, markfrom,
643    
644    free (ptr);    free (ptr);
645    return (-1);    return (-1);
646  }      }
647    
648  int  int
649  pop_retrieve_first (server, message, response)  pop_retrieve_first (server, message, response)

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

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