diff options
author | Gary Ching-Pang Lin <chingpang@gmail.com> | 2010-08-23 11:49:29 +0800 |
---|---|---|
committer | Gary Ching-Pang Lin <chingpang@gmail.com> | 2010-08-23 12:36:45 +0800 |
commit | 242593df87629e19d4614266861ebb8f19004f01 (patch) | |
tree | 7f6d9182c2092377c4c0242f0c248a3385a3c51a /mail/em-account-editor.h | |
parent | ec9a3ed06d0f9b4d413be5710c416e65697aff22 (diff) | |
download | gsoc2013-evolution-242593df87629e19d4614266861ebb8f19004f01.tar.gz 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.h | 4 |
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 { |