Uses of Class javax.mail.Flags

Uses in package javax.mail.internet

Fields of type javax.mail.Flags

Flags
The message flags.

Methods with parameter type javax.mail.Flags

void
MimeMessage.setFlags(Flags flag, boolean set)
Sets the flags for this message.

Methods with return type javax.mail.Flags

Flags
Returns the flags for this message.

Uses in package gnu.mail.providers.mbox

Methods with parameter type javax.mail.Flags

void
MboxMessage.setFlags(Flags flag, boolean set)
Set the specified flags(reflected in the Status header).

Methods with return type javax.mail.Flags

Flags
Returns the permanent flags for this folder.

Uses in package javax.mail.search

Constructors with parameter type javax.mail.Flags

FlagTerm.FlagTerm(Flags flags, boolean set)
Constructor.

Fields of type javax.mail.Flags

Flags
The flags to test.

Methods with return type javax.mail.Flags

Flags
Returns the flags to test.

Uses in package gnu.mail.providers.imap

Fields of type javax.mail.Flags

Flags

Methods with parameter type javax.mail.Flags

void
IMAPMessage.setFlags(Flags flag, boolean set)
Set the specified flags.

Methods with return type javax.mail.Flags

Flags
Returns the flags for this message.
Flags
Returns the permanent flags for this folder.

Uses in package gnu.mail.providers.pop3

Methods with parameter type javax.mail.Flags

void
POP3Message.setFlags(Flags flags, boolean set)
Set flags (but only DELETED is supported) add or remove the message from the folder deleted message list.

Methods with return type javax.mail.Flags

Flags
Returns the permanent flags for this folder.

Uses in package gnu.mail.providers.nntp

Methods with parameter type javax.mail.Flags

void
NNTPMessage.setFlags(Flags flag, boolean set)

Methods with return type javax.mail.Flags

Flags
Returns the flags supported by this folder.
Flags
Returns the permanent flags supported by this folder.

Uses in package javax.mail

Constructors with parameter type javax.mail.Flags

Flags.Flags(Flags flags)
Construct a Flags object containing the given flags.

Methods with parameter type javax.mail.Flags

void
Flags.add(Flags flags)
Add all the flags from the specified Flags object.
boolean
Indicates whether all the flags in the specified Flags object are set in this Flags object.
void
Remove all flags in the given Flags object from this Flags object.
void
Folder.setFlags(int start, int end, Flags flag, boolean value)
Set the specified flags on the given range of messages (inclusive).
void
Folder.setFlags(int[] msgnums, Flags flag, boolean value)
Sets the specified flags on each of the specified messages.
void
Message.setFlags(Flags flag, boolean set)
Sets the specified flags on this message to the given value.
void
Folder.setFlags(Message[] msgs, Flags flag, boolean value)
Sets the specified flags on each specified message.

Methods with return type javax.mail.Flags

Flags
Returns the flags for this message.
Flags
Returns the permanent flags supported by this folder.

Uses in package gnu.mail.providers.maildir

Methods with parameter type javax.mail.Flags

void
MaildirMessage.setFlags(Flags flag, boolean set)
Set the specified flags(reflected in the info field).

Methods with return type javax.mail.Flags

Flags
Returns the permanent flags for this folder.

© Copyright 2003, 2004 The Free Software Foundation, All rights reserved