Update of /cvsroot/mahogany/M/lib/imap/src/c-client
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2445

Modified Files:
        pop3.c 
Log Message:
try USER even with broken servers which don't advertise it in their CAPA reply 
if they don't advertise AUTH neither (bug 908)

Index: pop3.c
===================================================================
RCS file: /cvsroot/mahogany/M/lib/imap/src/c-client/pop3.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -u -2 -r1.4 -r1.5
--- pop3.c      11 May 2004 18:17:44 -0000      1.4
+++ pop3.c      1 Feb 2005 01:37:29 -0000       1.5
@@ -650,5 +650,4 @@
   else if (mb->authuser[0])
     mm_log ("Can't do /authuser with this server",ERROR);
-  else if (!LOCAL->cap.user) mm_log ("Can't login to this server",ERROR);
   else {                       /* traditional login */
     trial = 0;                 /* initial trial count */



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to