Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 240090 Details for
Bug 428487
[server] SMTP gateway settings in orion.conf do not allow STARTTLS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Patch to fix the issue
UserEmailUtil.java.patch (text/plain), 1.45 KB, created by
Anthony Hunter
on 2014-02-18 15:19:43 EST
(
hide
)
Description:
Patch to fix the issue
Filename:
MIME Type:
Creator:
Anthony Hunter
Created:
2014-02-18 15:19:43 EST
Size:
1.45 KB
patch
obsolete
>diff --git a/bundles/org.eclipse.orion.server.useradmin/src/org/eclipse/orion/server/useradmin/UserEmailUtil.java b/bundles/org.eclipse.orion.server.useradmin/src/org/eclipse/orion/server/useradmin/UserEmailUtil.java >index ac099be..dee119a 100644 >--- a/bundles/org.eclipse.orion.server.useradmin/src/org/eclipse/orion/server/useradmin/UserEmailUtil.java >+++ b/bundles/org.eclipse.orion.server.useradmin/src/org/eclipse/orion/server/useradmin/UserEmailUtil.java >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2012 IBM Corporation and others. >+ * Copyright (c) 2012, 2014 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -93,6 +93,12 @@ > properties.put("mail.smtp.password", PreferenceHelper.getString("mail.smtp.password", null)); > > properties.put("mail.smtp.auth", PreferenceHelper.getString("mail.smtp.auth", "false")); >+ >+ if (PreferenceHelper.getString("mail.smtp.starttls.enable", null) != null) >+ properties.put("mail.smtp.starttls.enable", PreferenceHelper.getString("mail.smtp.starttls.enable", null)); >+ >+ if (PreferenceHelper.getString("mail.debug", null) != null) >+ properties.put("mail.debug", PreferenceHelper.getString("mail.debug", null)); > } > > public static UserEmailUtil getUtil() {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 428487
: 240090