Staticsยง
- FETCH_
MESSAGES - The IMAP fetch items needed to retrieve everything we need to build an envelope: UID, flags and envelope (Message-ID, From, To, Subject, Date).
- PEEK_
MESSAGES - Same as
FETCH_MESSAGES
, but with peek set atrue
.
FETCH_MESSAGES
, but with peek set a true
.