javax.mail

Class 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 are ENVELOPE, CONTENT_INFO and FLAGS. The UIDFolder interface defines the UID 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 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 a FetchProfile 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
    • Constructor Detail

      • Item

        protected Item(String name)
        Constructor for an item. The name is used only for debugging.
    • Method Detail

      • toString

        public String toString()
        Include the name in the toString return value for debugging.
        Overrides:
        toString in class Object

Document created the 11/06/2005, last modified the 18/08/2025
Source of the printed document:https://www.gaudry.be/en/java-api-javaee-rf-javax/mail/FetchProfile.Item.html

The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.

References

  1. View the html document Language of the document:fr Manuel PHP : https://docs.oracle.com, FetchProfile.Item (Java(TM) EE 7 Specification APIs)

These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author of this site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.