Uses of Class javax.mail.Flags

Uses in package gnu.mail.providers.pop3

Methods with return type javax.mail.Flags

Flags
Returns the permanent flags for this folder.

Uses in package javax.mail.internet

Fields of type javax.mail.Flags

Flags
The Flags for this message.

Methods with parameter type javax.mail.Flags

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

Methods with return type javax.mail.Flags

Flags
Return a Flags object containing 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

Constructors with parameter type javax.mail.Flags

Flags.Flags(Flags flags)
Construct a Flags object initialized with the given flags.

Methods with parameter type javax.mail.Flags

void
Flags.add(Flags flags)
Add all the flags in the given Flags object to this Flags object.
boolean
Indicates whether all the flags in the specified Flags object are present 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 messages numbered from start through end, both start and end inclusive.
void
Message.setFlags(Flags flag, boolean set)
Set the specified flags on this message to the specified value.
void
Folder.setFlags(Message[] msgs, Flags flag, boolean value)
Set the specified flags on the messages specified in the array.
void
Folder.setFlags(msgnums[] , Flags flag, boolean value)
Set the specified flags on the messages whose message numbers are in the array.

Methods with return type javax.mail.Flags

Flags
Returns a Flags object containing the flags for this message.
Flags
Get 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.

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
Flags object containing the flags to test.

Methods with return type javax.mail.Flags

Flags
Return the Flags to test.

Uses in package gnu.mail.providers.nntp

Methods with parameter type javax.mail.Flags

void
NNTPMessage.setFlags(Flags flag, boolean set)
Set the flags for this message.

Methods with return type javax.mail.Flags

Flags
Returns the flags supported by this folder.

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
Flags
Returns the permanent flags for this folder.

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