Enlightenment CVS committal Author : tsauerbeck Project : misc Module : embrace
Dir : misc/embrace/src/plugins/pop3 Modified Files: pop3.c Log Message: send CRLF after QUIT, too =================================================================== RCS file: /cvsroot/enlightenment/misc/embrace/src/plugins/pop3/pop3.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -3 -r1.15 -r1.16 --- pop3.c 30 Jan 2005 16:29:48 -0000 1.15 +++ pop3.c 26 Apr 2005 08:19:22 -0000 1.16 @@ -1,5 +1,5 @@ /* - * $Id: pop3.c,v 1.15 2005/01/30 16:29:48 tsauerbeck Exp $ + * $Id: pop3.c,v 1.16 2005/04/26 08:19:22 tsauerbeck Exp $ * * Copyright (C) 2004 Embrace project. * @@ -112,7 +112,7 @@ mailbox_unseen_set (mb, num); mailbox_total_set (mb, num); - ecore_con_server_send (ev->server, "QUIT", 4); + ecore_con_server_send (ev->server, "QUIT\r\n", 6); ecore_con_server_del (ev->server); mailbox_property_set (mb, "server", NULL); } ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs