aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers
diff options
context:
space:
mode:
Diffstat (limited to 'camel/providers')
-rw-r--r--camel/providers/imap/camel-imap-store.c2
-rw-r--r--camel/providers/imap/libcamelimap.urls2
-rw-r--r--camel/providers/pop3/camel-pop3-store.c4
-rw-r--r--camel/providers/pop3/libcamelpop3.urls2
4 files changed, 5 insertions, 5 deletions
diff --git a/camel/providers/imap/camel-imap-store.c b/camel/providers/imap/camel-imap-store.c
index dd25bea6d9..83f9548bde 100644
--- a/camel/providers/imap/camel-imap-store.c
+++ b/camel/providers/imap/camel-imap-store.c
@@ -399,7 +399,7 @@ imap_connect (CamelService *service, CamelException *ex)
CamelImapResponse *response;
int len, i, flags;
- if (!g_strcasecmp (service->url->protocol, "imaps")) {
+ if (!g_strcasecmp (service->url->protocol, "simap")) {
CamelRemoteStore *rstore = CAMEL_REMOTE_STORE (service);
rstore->default_port = 993;
diff --git a/camel/providers/imap/libcamelimap.urls b/camel/providers/imap/libcamelimap.urls
index cf07f4426f..3d22d610b2 100644
--- a/camel/providers/imap/libcamelimap.urls
+++ b/camel/providers/imap/libcamelimap.urls
@@ -1,2 +1,2 @@
imap
-imaps
+simap
diff --git a/camel/providers/pop3/camel-pop3-store.c b/camel/providers/pop3/camel-pop3-store.c
index b58504dcae..4d87d7ff53 100644
--- a/camel/providers/pop3/camel-pop3-store.c
+++ b/camel/providers/pop3/camel-pop3-store.c
@@ -460,11 +460,11 @@ pop3_connect (CamelService *service, CamelException *ex)
}
#endif
- if (!g_strcasecmp (service->url->protocol, "pops")) {
+ if (!g_strcasecmp (service->url->protocol, "spop")) {
CamelRemoteStore *rstore = CAMEL_REMOTE_STORE (service);
/* FIXME: what should this port be?? */
- rstore->default_port = 993;
+ rstore->default_port = 995;
rstore->use_ssl = TRUE;
}
diff --git a/camel/providers/pop3/libcamelpop3.urls b/camel/providers/pop3/libcamelpop3.urls
index 39a0315454..789e1d7db1 100644
--- a/camel/providers/pop3/libcamelpop3.urls
+++ b/camel/providers/pop3/libcamelpop3.urls
@@ -1,2 +1,2 @@
pop
-pops
+spop