- java.lang.Object
-
- javax.mail.FetchProfile.Item
-
- Direct Known Subclasses:
- UIDFolder.FetchProfileItem
- Enclosing class:
- FetchProfile
public static class FetchProfile.Item extends Object
This inner class is the base class of all items that can be requested in a FetchProfile. The items currently defined here areENVELOPE
,CONTENT_INFO
andFLAGS
. TheUIDFolder
interface defines theUID
Item as well.Note that this class only has a protected constructor, therby restricting new Item types to either this class or subclasses. This effectively implements a enumeration of allowed Item types.
- See Also:
UIDFolder
-
-
Field Summary
Fields Modifier and Type Field and Description static FetchProfile.Item
CONTENT_INFO
This item is for fetching information about the content of the message.static FetchProfile.Item
ENVELOPE
This is the Envelope item.static FetchProfile.Item
FLAGS
This is the Flags item.static FetchProfile.Item
SIZE
SIZE is a fetch profile item that can be included in aFetchProfile
during a fetch request to a Folder.
-
Constructor Summary
Constructors Modifier Constructor and Description protected
Item(String name)
Constructor for an item.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description String
toString()
Include the name in the toString return value for debugging.
-
-
-
Field Detail
-
ENVELOPE
public static final FetchProfile.Item ENVELOPE
This is the Envelope item.The Envelope is an aggregration of the common attributes of a Message. Implementations should include the following attributes: From, To, Cc, Bcc, ReplyTo, Subject and Date. More items may be included as well.
For implementations of the IMAP4 protocol (RFC 2060), the Envelope should include the ENVELOPE data item. More items may be included too.
-
CONTENT_INFO
public static final FetchProfile.Item CONTENT_INFO
This item is for fetching information about the content of the message.This includes all the attributes that describe the content of the message. Implementations should include the following attributes: ContentType, ContentDisposition, ContentDescription, Size and LineCount. Other items may be included as well.
-
SIZE
public static final FetchProfile.Item SIZE
SIZE is a fetch profile item that can be included in aFetchProfile
during a fetch request to a Folder. This item indicates that the sizes of the messages in the specified range should be prefetched.- Since:
- JavaMail 1.5
-
FLAGS
public static final FetchProfile.Item FLAGS
This is the Flags item.
-
-
Constructor Detail
-
Item
protected Item(String name)
Constructor for an item. The name is used only for debugging.
-
-
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 11/06/2005 gemaakt, de laatste keer de 18/08/2025 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-javaee-rf-javax/mail/FetchProfile.Item.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur van deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.