File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
9
9
- NaN
10
10
11
11
### Added
12
- - NaN
12
+ - Default folder locations added
13
13
14
14
### Breaking changes
15
15
- NaN
Original file line number Diff line number Diff line change 104
104
| -Fetch order
105
105
| 'asc' - Order all messages ascending (probably results in oldest first)
106
106
| 'desc' - Order all messages descending (probably results in newest first)
107
+ | -Common folders
108
+ | Default folder locations and paths assumed if none is provided
107
109
| -Open IMAP options:
108
110
| DISABLE_AUTHENTICATOR - Disable authentication properties.
109
111
| Use 'GSSAPI' if you encounter the following
122
124
'fetch_flags ' => true ,
123
125
'message_key ' => 'list ' ,
124
126
'fetch_order ' => 'asc ' ,
127
+ 'common_folders ' => [
128
+ "root " => "INBOX " ,
129
+ "junk " => "INBOX/Junk " ,
130
+ "draft " => "INBOX/Drafts " ,
131
+ "sent " => "INBOX/Sent " ,
132
+ "trash " => "INBOX/Trash " ,
133
+ ],
125
134
'open ' => [
126
135
// 'DISABLE_AUTHENTICATOR' => 'GSSAPI'
127
136
],
You can’t perform that action at this time.
0 commit comments