Lines Matching defs:mail
52 * <li>launching the user-default mail client with an optional
107 * Represents a "mail" action.
108 * @see Desktop#mail()
109 * @see Desktop#mail(java.net.URI)
408 * Launches the mail composing window of the user default mail
413 * @throws IOException if the user default mail client is not
422 public void mail() throws IOException {
429 peer.mail(mailtoURI);
436 * Launches the mail composing window of the user default mail
454 * @throws IOException if the user default mail client is not
464 public void mail(URI mailtoURI) throws IOException {
474 peer.mail(mailtoURI);