aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-account-editor.h
diff options
context:
space:
mode:
authorGary Ching-Pang Lin <chingpang@gmail.com>2010-08-23 11:49:29 +0800
committerGary Ching-Pang Lin <chingpang@gmail.com>2010-08-23 12:36:45 +0800
commit242593df87629e19d4614266861ebb8f19004f01 (patch)
tree7f6d9182c2092377c4c0242f0c248a3385a3c51a /mail/em-account-editor.h
parentec9a3ed06d0f9b4d413be5710c416e65697aff22 (diff)
downloadgsoc2013-evolution-242593df87629e19d4614266861ebb8f19004f01.tar
gsoc2013-evolution-242593df87629e19d4614266861ebb8f19004f01.tar.gz
gsoc2013-evolution-242593df87629e19d4614266861ebb8f19004f01.tar.bz2
gsoc2013-evolution-242593df87629e19d4614266861ebb8f19004f01.tar.lz
gsoc2013-evolution-242593df87629e19d4614266861ebb8f19004f01.tar.xz
gsoc2013-evolution-242593df87629e19d4614266861ebb8f19004f01.tar.zst
gsoc2013-evolution-242593df87629e19d4614266861ebb8f19004f01.zip
Add encryption and authentication support for autoconfig
Bug 625627 - Fail to send mail with smtp.live.com with autoconfig
Diffstat (limited to 'mail/em-account-editor.h')
-rw-r--r--mail/em-account-editor.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/em-account-editor.h b/mail/em-account-editor.h
index a8128afb6c..64f514b6a1 100644
--- a/mail/em-account-editor.h
+++ b/mail/em-account-editor.h
@@ -63,6 +63,10 @@ struct _server_data {
const gchar *recv_user;
const gchar *send_port;
const gchar *recv_port;
+ const gchar *send_sock;
+ const gchar *recv_sock;
+ const gchar *send_auth;
+ const gchar *recv_auth;
};
typedef enum {