/javamail/mail/src/main/java/javax/mail/ |
H A D | AuthenticationFailedException.java | 64 * detail message. 66 * @param message The detailed error message 68 public AuthenticationFailedException(String message) { argument 69 super(message); 74 * detail message and embedded exception. The exception is chained 77 * @param message The detailed error message 81 public AuthenticationFailedException(String message, Exception e) { argument 82 super(message, [all...] |
H A D | NoSuchProviderException.java | 55 * Constructs a NoSuchProviderException with no detail message. 63 * detail message. 65 * @param message The detailed error message 67 public NoSuchProviderException(String message) { argument 68 super(message); 73 * detail message and embedded exception. The exception is chained 76 * @param message The detailed error message 80 public NoSuchProviderException(String message, Exceptio argument [all...] |
H A D | FolderClosedException.java | 74 * detail message. 77 * @param message The detailed error message 79 public FolderClosedException(Folder folder, String message) { argument 80 super(message); 86 * detail message and embedded exception. The exception is chained 90 * @param message The detailed error message 94 public FolderClosedException(Folder folder, String message, Exception e) { argument 95 super(message, [all...] |
H A D | ReadOnlyFolderException.java | 60 * folder and no detail message. 71 * detail message. 74 * @param message The detailed error message 77 public ReadOnlyFolderException(Folder folder, String message) { argument 78 super(message); 84 * detail message and embedded exception. The exception is chained 88 * @param message The detailed error message 92 public ReadOnlyFolderException(Folder folder, String message, Exceptio argument [all...] |
H A D | StoreClosedException.java | 64 * Constructs a StoreClosedException with no detail message. 74 * detail message. 77 * @param message The detailed error message 79 public StoreClosedException(Store store, String message) { argument 80 super(message); 86 * detail message and embedded exception. The exception is chained 90 * @param message The detailed error message 94 public StoreClosedException(Store store, String message, Exceptio argument [all...] |
H A D | UIDFolder.java | 52 * each message in a specific folder. Unique identifiers are assigned 54 * That is, as each message is added to the mailbox it is assigned a 55 * higher UID than the message(s) which were added previously. Unique 118 * UID of the last message in the folder. 138 * message exists, <code>null</code> is returned. 140 * @param uid UID for the desired message 142 * if no message corresponding to this UID is obtained. 150 * to indicate the UID of the last message in the folder. <p> 155 * that at least one message will be returned - the last message i 193 getUID(Message message) argument [all...] |
H A D | Store.java | 49 * An abstract class that models a message store and its 236 * @param message a message for the StoreEvent 238 protected void notifyStoreListeners(int type, String message) { argument 242 StoreEvent e = new StoreEvent(this, type, message);
|
/javamail/mail/src/main/java/com/sun/mail/util/ |
H A D | FolderClosedIOException.java | 70 * @param message the detailed error message 72 public FolderClosedIOException(Folder folder, String message) { argument 73 super(message);
|
/javamail/mail/src/main/java/javax/mail/event/ |
H A D | StoreEvent.java | 50 * message. 58 * Indicates that this message is an ALERT. 63 * Indicates that this message is a NOTICE. 75 * The message text to be presented to the user. 79 protected String message; field in class:StoreEvent 88 * @param message a message assoicated with the event 90 public StoreEvent(Store store, int type, String message) { argument 93 this.message = message; [all...] |
/javamail/taglib/src/main/java/demo/ |
H A D | ListMessagesTag.java | 51 private Message message; field in class:ListMessagesTag 134 message = messages[msgNum++]; 135 messageinfo.setMessage(message);
|
H A D | MessageInfo.java | 40 * Used to store message information. 43 private Message message; field in class:MessageInfo 51 message.getRecipients(Message.RecipientType.BCC)); 55 * Returns the body of the message (if it's plain text). 58 Object content = message.getContent(); 59 if (message.isMimeType("text/plain")) { 61 } else if (message.isMimeType("multipart/alternative")) { 62 Multipart mp = (Multipart)message.getContent(); 69 } else if (message.isMimeType("multipart/*")) { 84 message 253 setMessage(Message message) argument [all...] |
/javamail/mail/src/main/java/com/sun/mail/iap/ |
H A D | ProtocolException.java | 53 * Constructs a ProtocolException with no detail message. 60 * Constructs a ProtocolException with the specified detail message. 62 * @param message the detail message 64 public ProtocolException(String message) { argument 65 super(message); 69 * Constructs a ProtocolException with the specified detail message 72 * @param message the detail message 75 public ProtocolException(String message, Throwabl argument [all...] |
/javamail/mail/src/main/java/com/sun/mail/imap/ |
H A D | Utility.java | 67 * Condition on each message and generate sets of contiguous 68 * sequence-numbers for the successful messages. If a message 71 * ASSERT: Since this method uses and returns message sequence 86 if (msg.isExpunged()) // expunged message, skip it 99 // get next message 102 if (msg.isExpunged()) // expunged message, skip it 106 // Does this message match our condition ? 113 // We need to reexamine this message at the top of 133 * Condition on each message and generate sets of contiguous 134 * sequence-numbers for the successful messages. If a message 236 test(IMAPMessage message) argument [all...] |
H A D | IMAPBodyPart.java | 62 private IMAPMessage message; field in class:IMAPBodyPart 75 protected IMAPBodyPart(BODYSTRUCTURE bs, String sid, IMAPMessage message) { argument 79 this.message = message; 173 boolean pk = message.getPeek(); // acquire outside of message cache lock 176 synchronized(message.getMessageCacheLock()) { 178 IMAPProtocol p = message.getProtocol(); 180 // Check whether this message is expunged 181 message [all...] |
H A D | IMAPFolder.java | 118 * EXCEPT for the message cache (see below), typically by using 133 * communication with the server, use the message's sequenceNumber. <p> 138 * the server sends these notifications AFTER the message has been 139 * expunged. And once a message is expunged, the sequence-numbers of 191 protected MessageCache messageCache;// message cache 192 // accessor lock for message cache 273 // message cache 339 * range are desired to be prefetched. Note that the entire message 341 * message will be parsed locally to return header information and 342 * message conten 2644 getUID(Message message) argument [all...] |
/javamail/mbox/src/main/java/com/sun/mail/mbox/ |
H A D | MboxFolder.java | 75 * Metadata for each message, to avoid instantiating MboxMessage 79 * each message in the folder. Access to the array elements is 81 * The metadata stored here is only accessed if the message field 85 public long end; // offset in temp file of end of this message 86 public MboxMessage message; // the message itself field in class:MboxFolder.MessageMetadata 87 public boolean recent; // message is recent? 88 public boolean deleted; // message is marked deleted? 89 public boolean imap; // special imap message? 332 * Check that the given message numbe [all...] |
/javamail/mail/src/main/java/com/sun/mail/smtp/ |
H A D | SMTPTransport.java | 59 * message submission and transport. <p> 97 private MimeMessage message; // Message to be sent field in class:SMTPTransport 101 // Did we send the message even though some addresses were invalid? 105 // stream where message data is written 1179 * using the <code>RCPT TO:</code> command, we attempt to send the message. 1181 * successful submission of a message to the SMTP host.<p> 1191 * the message is sent. The TransportEvent of type 1196 * MessagingException is thrown if the message can't write out 1199 * @param message The MimeMessage to be sent 1200 * @param addresses List of addresses to send this message t 1210 sendMessage(Message message, Address[] addresses) argument [all...] |
/javamail/mail/src/test/java/com/sun/mail/util/logging/ |
H A D | MailHandlerTest.java | 548 //Test for valid message. 588 //Test for valid message. 1836 //Test for valid message. 1871 //Test for valid message. 1930 //Test for valid message. 4354 instance.reportError("simple message.", null, ErrorManager.GENERIC_FAILURE); 4357 //Test for valid message. 4362 protected void error(MimeMessage message, Throwable t, int code) { 4364 assertTrue(message.getHeader("X-Mailer")[0].startsWith(MailHandler.class.getName())); 4365 assertTrue(null != message 6920 error(MimeMessage message, Throwable t, int code) argument 6949 error(MimeMessage message, Throwable t, int code) argument 7013 error(MimeMessage message, Throwable t, int code) argument 7335 error(MimeMessage message, Throwable t, int code) argument [all...] |