Home » apache-tomcat-6.0.16-src » javax » mail »

javax.mail

Sub Packages:

javax.mail.event   Classes modelling a mail system.  
javax.mail.internet   Classes modelling a mail system.  
javax.mail.search   Classes modelling a mail system.  

Interfaces:

MessageAware     code | html
MultipartDataSource     code | html
Part   Note: Parts are used in Collections so implementing classes must provide a suitable implementation of equals and hashCode.  code | html
UIDFolder     code | html

Abstract Classes:

Address   This abstract class models the addresses in a message.  code | html
BodyPart     code | html
Folder   An abstract representation of a folder in a mail system; subclasses would implement Folders for each supported protocol.  code | html
Message     code | html
Multipart   A container for multiple BodyParts code | html
Service     code | html
Store   Abstract class that represents a message store.  code | html
Transport   Abstract class modeling a message transport.  code | html

Classes:

AllTests     code | html
AuthenticationFailedException     code | html
Authenticator     code | html
EventQueue     code | html
FetchProfile   A FetchProfile defines a list of message attributes that a client wishes to prefetch from the server during a fetch operation.  code | html
FetchProfile.Item   Inner class that defines sets of headers that are commonly bundled together in a FetchProfile.  code | html
Flags   Representation of flags that may be associated with a message.  code | html
Flags.Flag     code | html
FolderClosedException     code | html
FolderNotFoundException     code | html
Header   Class representing a header field.  code | html
IllegalWriteException     code | html
Message.RecipientType   Enumeration of types of recipients allowed by the Message class.  code | html
MessageContext   The context in which a piece of message content is contained.  code | html
MessageRemovedException     code | html
MessagingException     code | html
MethodNotSupportedException     code | html
NoSuchProviderException     code | html
PasswordAuthentication     code | html
Provider     code | html
Provider.Type   A enumeration inner class that defines Provider types.  code | html
ReadOnlyFolderException     code | html
SendFailedException     code | html
Session     code | html
SimpleFolder     code | html
SimpleTextMessage     code | html
StoreClosedException     code | html
TestData   Copyright 2003-2004 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.  code | html
UIDFolder.FetchProfileItem     code | html
URLName     code | html

All Test Cases:

FlagsTest     code | html
HeaderTest     code | html
MessageContextTest     code | html
MessagingExceptionTest     code | html
PasswordAuthenticationTest     code | html
URLNameTest     code | html