- open(int) - Method in class com.sun.mail.imap.IMAPFolder
-
Open this folder in the given mode.
- open(int) - Method in class com.sun.mail.pop3.POP3Folder
-
Throws FolderNotFoundException
unless this
folder is named "INBOX".
- open(int) - Method in class javax.mail.Folder
-
Open this Folder.
- opened(ConnectionEvent) - Method in class javax.mail.event.ConnectionAdapter
-
- OPENED - Static variable in class javax.mail.event.ConnectionEvent
-
A connection was opened.
- opened(ConnectionEvent) - Method in interface javax.mail.event.ConnectionListener
-
Invoked when a Store/Folder/Transport is opened.
- OrTerm - Class in javax.mail.search
-
This class implements the logical OR operator on individual SearchTerms.
- OrTerm(SearchTerm, SearchTerm) - Constructor for class javax.mail.search.OrTerm
-
Constructor that takes two operands.
- OrTerm(SearchTerm[]) - Constructor for class javax.mail.search.OrTerm
-
Constructor that takes an array of SearchTerms.