A B C D E F G H I J K L M N O P Q R S T U V W X Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
Q
- Q_ENCODER - jakarta.mail.util.StreamProvider.EncoderTypes
- QDecoderStream - Class in org.eclipse.angus.mail.util
-
This class implements a Q Decoder as defined in RFC 2047 for decoding MIME headers.
- QDecoderStream(InputStream) - Constructor for class org.eclipse.angus.mail.util.QDecoderStream
-
Create a Q-decoder that decodes the specified input stream.
- QEncoderStream - Class in org.eclipse.angus.mail.util
-
This class implements a Q Encoder as defined by RFC 2047 for encoding MIME headers.
- QEncoderStream(OutputStream, boolean) - Constructor for class org.eclipse.angus.mail.util.QEncoderStream
-
Create a Q encoder that encodes the specified input stream
- QPDecoderStream - Class in org.eclipse.angus.mail.util
-
This class implements a QP Decoder.
- QPDecoderStream(InputStream) - Constructor for class org.eclipse.angus.mail.util.QPDecoderStream
-
Create a Quoted Printable decoder that decodes the specified input stream.
- QPEncoderStream - Class in org.eclipse.angus.mail.util
-
This class implements a Quoted Printable Encoder.
- QPEncoderStream(OutputStream) - Constructor for class org.eclipse.angus.mail.util.QPEncoderStream
-
Create a QP encoder that encodes the specified input stream.
- QPEncoderStream(OutputStream, int) - Constructor for class org.eclipse.angus.mail.util.QPEncoderStream
-
Create a QP encoder that encodes the specified input stream
- queueEvent(MailEvent, Vector<? extends EventListener>) - Method in class jakarta.mail.Service
-
Add the event and vector of listeners to the queue to be delivered.
- Quota - Class in jakarta.mail
-
This class represents a set of quotas for a given quota root.
- Quota(String) - Constructor for class jakarta.mail.Quota
-
Create a Quota object for the named quotaroot with no associated resources.
- Quota.Resource - Class in jakarta.mail
-
An individual resource in a quota root.
- QuotaAwareStore - Interface in jakarta.mail
-
An interface implemented by Stores that support quotas.
- quotaRoot - Variable in class jakarta.mail.Quota
-
The name of the quota root.
- quote - Variable in class org.eclipse.angus.mail.iap.Protocol
- quote(String, String) - Static method in class jakarta.mail.internet.MimeUtility
-
A utility method to quote a word, if the word contains any characters from the specified 'specials' list.
- QUOTED_PRINTABLE_ENCODER - jakarta.mail.util.StreamProvider.EncoderTypes
- QUOTEDSTRING - Static variable in class jakarta.mail.internet.HeaderTokenizer.Token
-
Token type indicating a quoted string.
All Classes All Packages