Java Mail

Programming Resource Home :: JSP-Tutorials :: Java-Mail

Advertisement

Advertisement




Java Mail
Tutorial List Information about folder
This Example shows you how to show folder information. In this code we have used method of Folder class to retrieve information about folder where mail is stored. View Rating



Java Mail
Tutorial Java Mail AttributeClient Example
This Example shows you how to show attribute of any message using javamail api. All messages are stored in Folder objects. View Rating



Java Mail
Tutorial Java Mail SMTPClient Example
This Example shows you how to create a SMTP Client using javamail api. A client create new message by using Message subclass. View Rating



Java Mail
Tutorial Java Mail POP3Client Example
This Example shows you how to POP3Client using javamail api. All messages are stored in Folder objects. View Rating



Java Mail
Tutorial Java Mail Mail Authenticator Example
This Example shows you how to use Authenticator using javamail api. Authenticator class object that knows how to obtain authentication for a network connection. View Rating



Java Mail
Tutorial Deleting messages example
This Example shows you how delete a message. If you want to delete any message then set the message flag delete. View Rating



Java Mail
Tutorial How to show all header information of message using Java Mail api
This Example shows you how to show all header of any message using javamail api. View Rating



Java Mail
Tutorial Forwarding Messages using Java Mail
This Example shows you how to forward a message using javamail api. there is no method to forward a mail from one user to another user. View Rating



Java Mail
Tutorial Replying to messages using Java mail
This Example shows you how reply to message using javamail api. The Message class have a reply() method to configure a new Message with the proper recipient and subject, adding "Re: " if not already there. View Rating



Java Mail
Tutorial Read attachment message using Java Mail
This Example shows you how to read a Attachment message using javamail api. Java Mail API provides classes to send multiple Mime body part with one Mime Message View Rating
Page:  [<<]   1   2   3     [>>]

Send your comments, Suggestions or Queries regarding this site at [email protected].

Copyright © 2004. All rights reserved.