File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,9 @@ Detailed [config/imap.php](src/config/imap.php) configuration:
101101 - ` fetch ` &mdash ; ` FT_UID ` (message marked as read by fetching the message) or ` FT_PEEK ` (fetch the message without setting the "read" flag)
102102 - ` fetch_body ` &mdash ; If set to ` false ` all messages will be fetched without the body and any potential attachments
103103 - ` fetch_attachment ` &mdash ; If set to ` false ` all messages will be fetched without any attachments
104+ - ` fetch_flags ` &mdash ; If set to ` false ` all messages will be fetched without any flags
105+ - ` message_key ` &mdash ; Message key identifier option
106+ - ` fetch_order ` &mdash ; Message fetch order
104107 - ` open ` &mdash ; special configuration for imap_open()
105108 - ` DISABLE_AUTHENTICATOR ` &mdash ; Disable authentication properties.
106109
Original file line number Diff line number Diff line change 8080 | Default TRUE
8181 | -Attachment download option
8282 | Default TRUE
83+ | -Flag download option
84+ | Default TRUE
8385 | -Message key identifier option
8486 | You can choose between 'id', 'number' or 'list'
8587 | 'id' - Use the MessageID as array key (default, might cause hickups with yahoo mail)
You can’t perform that action at this time.
0 commit comments