Searched defs:MailHandler (Results 1 - 1 of 1) sorted by relevance

/javamail/mail/src/main/java/com/sun/mail/util/logging/
H A DMailHandler.java77 * MailHandler h = new MailHandler(props);
88 * #Default MailHandler settings.
89 * com.sun.mail.util.logging.MailHandler.mail.smtp.host = my-mail-server
90 * com.sun.mail.util.logging.MailHandler.mail.to = me@example.com
91 * com.sun.mail.util.logging.MailHandler.level = WARNING
92 * com.sun.mail.util.logging.MailHandler.verify = local
108 * <tt>MailHandler</tt> or the fully qualified derived class name dot mail
110 * itself is searched in the LogManager. By default each <tt>MailHandler</tt> is
253 * are converted into canonical form inside the MailHandler
356 public class MailHandler extends Handler { class in inherits:Handler
539 public MailHandler() { method in class:MailHandler
554 public MailHandler(final int capacity) { method in class:MailHandler
570 public MailHandler(final Properties props) { method in class:MailHandler
[all...]

Completed in 995 milliseconds