This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 77365 - [55cat] Mail resource wizard should present more common options for SMTP provider
Summary: [55cat] Mail resource wizard should present more common options for SMTP prov...
Status: RESOLVED WONTFIX
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Nitya Doraisamy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-04 17:06 UTC by brviking
Modified: 2007-09-28 08:00 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description brviking 2006-06-04 17:06:19 UTC
[ BUILD # : 200606020200 ]
[ JDK VERSION : 1.5.0_06 ]

When creating a new mail resource, most common attributes for smtp should be shown automatically so user don't need to research all Mail API to know how define: debug, username, password and so on. They are:

      // Setup mail server
      mail.debug=true/false (show debug info?)
      mail.smtp.host=host name or ip address
      mail.smtp.user=username for smtp auth
      mail.smtp.auth=true/false (auth required?)
      mail.transport.protocol=smtp (it could be IMAP?)
      mail.smtp.password=password for smtp auth
Comment 1 brviking 2006-06-04 17:07:36 UTC
Ops, forgot another very important:

mail.smtp.timeout = number of milliseconds for timeouting connection
Comment 2 brviking 2006-06-04 17:08:32 UTC
complete list of attributes could be obtained at

http://java.sun.com/products/javamail/javadocs/com/sun/mail/smtp/package-summary.html
Comment 3 Petr Blaha 2006-06-05 08:16:35 UTC
I guess the issue is related to Sun resources wizard which is provided by SJSAS
plugin.
Comment 4 Nitya Doraisamy 2007-09-28 08:00:26 UTC
The Mail resource wizard conforms to the sun-resources.dtd of the appserver.