aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap
diff options
context:
space:
mode:
Diffstat (limited to 'camel/providers/imap')
-rw-r--r--camel/providers/imap/camel-imap-store.c2
-rw-r--r--camel/providers/imap/libcamelimap.urls2
2 files changed, 2 insertions, 2 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