After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 692736 - Add a IMAP/SMTP provider
Add a IMAP/SMTP provider
Status: RESOLVED FIXED
Product: gnome-online-accounts
Classification: Core
Component: general
3.7.x
Other All
: Normal enhancement
: ---
Assigned To: GNOME Online Accounts maintainer(s)
GNOME Online Accounts maintainer(s)
Depends on: 661117
Blocks:
 
 
Reported: 2013-01-28 20:32 UTC by Debarshi Ray
Modified: 2013-03-22 15:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
dbus: Differentiate between STARTTLS and non-STARTTLS mail servers (4.12 KB, patch)
2013-02-14 19:01 UTC, Debarshi Ray
committed Details | Review
dbus: Add a Name property to org.gnome.OnlineAccounts.Mail (1.08 KB, patch)
2013-02-14 19:01 UTC, Debarshi Ray
committed Details | Review
dbus: Add ImapAcceptSslErrors & SmtpAcceptSslErrors to Mail (1.38 KB, patch)
2013-02-14 19:02 UTC, Debarshi Ray
committed Details | Review
Add IMAP/SMTP (123.04 KB, patch)
2013-02-14 19:03 UTC, Debarshi Ray
none Details | Review
Add IMAP/SMTP (121.98 KB, patch)
2013-02-14 19:20 UTC, Debarshi Ray
committed Details | Review

Description Debarshi Ray 2013-01-28 20:32:24 UTC
Add a provider for generic IMAP and SMTP mail servers. These accounts should show up in Evolution.
Comment 1 Debarshi Ray 2013-01-28 22:02:30 UTC
This is being worked on in this branch: http://git.gnome.org/browse/gnome-online-accounts/log/?h=wip/mail
Comment 2 Debarshi Ray 2013-02-14 19:01:24 UTC
Created attachment 236121 [details] [review]
dbus: Differentiate between STARTTLS and non-STARTTLS mail servers
Comment 3 Debarshi Ray 2013-02-14 19:01:55 UTC
Created attachment 236122 [details] [review]
dbus: Add a Name property to org.gnome.OnlineAccounts.Mail
Comment 4 Debarshi Ray 2013-02-14 19:02:36 UTC
Created attachment 236123 [details] [review]
dbus: Add ImapAcceptSslErrors & SmtpAcceptSslErrors to Mail
Comment 5 Debarshi Ray 2013-02-14 19:03:13 UTC
Created attachment 236124 [details] [review]
Add IMAP/SMTP
Comment 6 Debarshi Ray 2013-02-14 19:13:48 UTC
This is based on code written by David Zeuthen some releases ago, that he reverted afterwards.
Comment 7 Debarshi Ray 2013-02-14 19:20:02 UTC
Created attachment 236131 [details] [review]
Add IMAP/SMTP