comparison lib-src/pop.c @ 14036:621a575db6f7

Comment fixes.
author Karl Heuer <kwzh@gnu.org>
date Fri, 05 Jan 1996 10:03:17 +0000
parents e5a897cf215d
children ee40177f6c68
comparison
equal deleted inserted replaced
14035:09cb73d0ec41 14036:621a575db6f7
904 * server The server to quit. 904 * server The server to quit.
905 * 905 *
906 * Return value: 0 for success, non-zero otherwise with error in 906 * Return value: 0 for success, non-zero otherwise with error in
907 * pop_error. 907 * pop_error.
908 * 908 *
909 * Side Effects: The popserver passed in is unuseable after this 909 * Side Effects: The popserver passed in is unusable after this
910 * function is called, even if an error occurs. 910 * function is called, even if an error occurs.
911 */ 911 */
912 int 912 int
913 pop_quit (server) 913 pop_quit (server)
914 popserver server; 914 popserver server;
1366 * Arguments: 1366 * Arguments:
1367 * server The server to read from. 1367 * server The server to read from.
1368 * 1368 *
1369 * Returns: 0 for success, else for failure and puts error in pop_error. 1369 * Returns: 0 for success, else for failure and puts error in pop_error.
1370 * 1370 *
1371 * Side effects: On failure, may make the connection unuseable. 1371 * Side effects: On failure, may make the connection unusable.
1372 */ 1372 */
1373 static int 1373 static int
1374 getok (server) 1374 getok (server)
1375 popserver server; 1375 popserver server;
1376 { 1376 {
1437 * Purpose: Close a pop connection, sending a "RSET" command to try to 1437 * Purpose: Close a pop connection, sending a "RSET" command to try to
1438 * preserve any changes that were made and a "QUIT" command to 1438 * preserve any changes that were made and a "QUIT" command to
1439 * try to get the server to quit, but ignoring any responses that 1439 * try to get the server to quit, but ignoring any responses that
1440 * are received. 1440 * are received.
1441 * 1441 *
1442 * Side effects: The server is unuseable after this function returns. 1442 * Side effects: The server is unusable after this function returns.
1443 * Changes made to the maildrop since the session was started (or 1443 * Changes made to the maildrop since the session was started (or
1444 * since the last pop_reset) may be lost. 1444 * since the last pop_reset) may be lost.
1445 */ 1445 */
1446 void 1446 void
1447 pop_close (server) 1447 pop_close (server)