mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-08 07:53:54 +00:00
add default smtp auth method
This commit is contained in:
parent
eb03dced5f
commit
06ca3bd53d
@ -400,6 +400,8 @@ pref("mail.server.default.max_articles", 500);
|
||||
pref("mail.server.default.notify.on", true);
|
||||
pref("mail.server.default.mark_old_read", false);
|
||||
|
||||
pref("mail.smtpserver.default.auth_method", 2); // auth login
|
||||
|
||||
pref("mail.display_glyph",true); // see <http://www.bucksch.org/1/projects/mozilla/16507/>
|
||||
pref("mail.display_struct",true); // dito
|
||||
pref("mail.send_struct",true); // dito
|
||||
|
@ -400,6 +400,8 @@ pref("mail.server.default.max_articles", 500);
|
||||
pref("mail.server.default.notify.on", true);
|
||||
pref("mail.server.default.mark_old_read", false);
|
||||
|
||||
pref("mail.smtpserver.default.auth_method", 2); // auth login
|
||||
|
||||
pref("mail.display_glyph",true); // see <http://www.bucksch.org/1/projects/mozilla/16507/>
|
||||
pref("mail.display_struct",true); // dito
|
||||
pref("mail.send_struct",true); // dito
|
||||
|
Loading…
x
Reference in New Issue
Block a user