CVS: sylpheed-claws/src imap.c,1.179.2.107,1.179.2.108
Colin Leroy <[email protected]>
| Newsgroups | gmane.mail.sylpheed.claws.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/sylpheed-claws/sylpheed-claws/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13771/src
Modified Files:
Tag: gtk2
imap.c
Log Message:
2006-04-23 [colin] 2.1.1cvs24
* src/imap.c
Output something when login is successful
too
Index: imap.c
===================================================================
RCS file: /cvsroot/sylpheed-claws/sylpheed-claws/src/imap.c,v
retrieving revision 1.179.2.107
retrieving revision 1.179.2.108
diff -u -r1.179.2.107 -r1.179.2.108
--- imap.c 20 Apr 2006 16:46:32 -0000 1.179.2.107
+++ imap.c 23 Apr 2006 11:46:22 -0000 1.179.2.108
@@ -2477,10 +2477,12 @@
type);
r = imap_threaded_login(session->folder, user, pass, type);
if (r != MAILIMAP_NO_ERROR) {
- log_error("IMAP4< Error logging in to %s\n",
+ log_print("IMAP4< Error logging in to %s\n",
SESSION(session)->server);
ok = IMAP_ERROR;
} else {
+ log_print("IMAP4< Login to %s successful\n",
+ SESSION(session)->server);
ok = IMAP_SUCCESS;
}
return ok;
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642