Author: msuman
Date: Wed Jan 16 17:22:02 2008
New Revision: 8380
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=8380&view=rev
Log:
Patch from <[EMAIL PROTECTED]> ** Fix for bug #456019 (Use 'pop' as service
name, instead of 'pop3', in the digest-uri)
Modified:
trunk/camel/providers/pop3/ChangeLog
trunk/camel/providers/pop3/camel-pop3-store.c
Modified: trunk/camel/providers/pop3/camel-pop3-store.c
==============================================================================
--- trunk/camel/providers/pop3/camel-pop3-store.c (original)
+++ trunk/camel/providers/pop3/camel-pop3-store.c Wed Jan 16 17:22:02 2008
@@ -399,7 +399,7 @@
unsigned int len;
int ret;
- sasl = camel_sasl_new("pop3", mech, (CamelService *)store);
+ sasl = camel_sasl_new("pop", mech, (CamelService *)store);
if (sasl == NULL) {
camel_exception_setv (ex, CAMEL_EXCEPTION_SERVICE_URL_INVALID,
_("Unable to connect to POP server %s: "
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list
Want to limit the commits to a few modules? Go to above URL, log in to edit
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development
mailing list. Email [EMAIL PROTECTED] if interested.