evolution-data-server r8380 - trunk/camel/providers/pop3
- From: msuman svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-data-server r8380 - trunk/camel/providers/pop3
- Date: Wed, 16 Jan 2008 17:22:02 +0000 (GMT)
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 <hggdh2 gmail com> ** 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: "
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]