KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > mail > internet > ParseException > Top Examples

  • org.apache.mailet.MailAddress
    A representation of an email address. <p>This class encapsulates functionalities to access to different parts of an email address without dealing with its parsing.</p> <p>A MailAddress is an address specified in the MAIL FROM and RCPT TO commands in SMTP sessions. These are eit ...
  • org.apache.james.core.MailImpl
    <P>Wraps a MimeMessage adding routing information (from SMTP) and some simple API enhancements.</P> <P>From James version > 2.2.0a8 "mail attributes" have been added. Backward and forward compatibility is supported: messages stored in file repositories <I>without</I&g ...
  • org.apache.james.transport.mailets.RemoteDelivery
    Receives a MessageContainer from JamesSpoolManager and takes care of delivery the message to remote hosts. If for some reason mail can't be delivered store it in the "outgoing" Repository and set an Alarm. After the next "delayTime" the Alarm will wake the servlet that will try to send it again. A ...
  • org.apache.james.fetchmail.Account
    <p>Class <code>Account</code> encapsulates the account details required to fetch mail from a message store.</p> <p>Instances are <code>Comparable</code> based on their sequence number.</p> <p>Creation Date: 05-Jun-03</p> The user pass ...
  • org.apache.james.imapserver.SimpleMessageAttributes
    Attributes of a Message in IMAP4rev1 style. Message Attributes should be set when a message enters a mailbox. <p> Note that the message in a mailbox have the same order using either Message Sequence Numbers or UIDs. <p> reinitialize() must be called on deserialization to reset Logger ...
Popular Tags