Skip to content

Commit 314d38d

Browse files
committed
Missing config documentation added
1 parent 00ae182 commit 314d38d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ Detailed [config/imap.php](src/config/imap.php) configuration:
101101
- `fetch` — `FT_UID` (message marked as read by fetching the message) or `FT_PEEK` (fetch the message without setting the "read" flag)
102102
- `fetch_body` — If set to `false` all messages will be fetched without the body and any potential attachments
103103
- `fetch_attachment` — If set to `false` all messages will be fetched without any attachments
104+
- `fetch_flags` — If set to `false` all messages will be fetched without any flags
105+
- `message_key` — Message key identifier option
106+
- `fetch_order` — Message fetch order
104107
- `open` — special configuration for imap_open()
105108
- `DISABLE_AUTHENTICATOR` — Disable authentication properties.
106109

src/config/imap.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@
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)

0 commit comments

Comments
 (0)