Uses of Class
org.eclipse.angus.mail.iap.ParsingException
-
Packages that use ParsingException Package Description org.eclipse.angus.mail.imap.protocol This package includes internal IMAP support classes and SHOULD NOT BE USED DIRECTLY BY APPLICATIONS. -
-
Uses of ParsingException in org.eclipse.angus.mail.imap.protocol
Methods in org.eclipse.angus.mail.imap.protocol that throw ParsingException Modifier and Type Method Description abstract java.lang.ObjectFetchItem. parseItem(FetchResponse r)Parse the item into some kind of object appropriate for the item.Constructors in org.eclipse.angus.mail.imap.protocol that throw ParsingException Constructor Description BODY(FetchResponse r)ConstructorBODYSTRUCTURE(FetchResponse r)ENVELOPE(FetchResponse r)FLAGS(IMAPResponse r)Constructor.INTERNALDATE(FetchResponse r)Constructor.ListInfo(IMAPResponse r)MailboxInfo(Response[] r)Collect the information about this mailbox from the responses to a SELECT or EXAMINE.MODSEQ(FetchResponse r)Constructor.RFC822DATA(FetchResponse r)Constructor, header flag is false.RFC822DATA(FetchResponse r, boolean isHeader)Constructor, specifying header flag.RFC822SIZE(FetchResponse r)Constructor.Status(Response r)UID(FetchResponse r)Constructor.
-