fix 135357 allow smtp over SSL, patch by ch.ey@gmx.net, r=bienvenu, sr=mscott

This commit is contained in:
bienvenu%nventure.com 2003-10-01 03:23:55 +00:00
parent e2e492eec3
commit f92b1b56f2

View File

@ -83,6 +83,7 @@ interface nsISmtpUrl : nsISupports {
attribute nsISmtpServer smtpServer;
const PRInt32 DEFAULT_SMTP_PORT = 25;
const PRInt32 DEFAULT_SMTPS_PORT = 465;
};
[scriptable, uuid(5EE2AFF7-9C6F-11d3-98A3-001083010E9B)]