Skip to content

Commit

Permalink
Boundary regex config doc added #169 #150 #126 #121 #111 #152 #108
Browse files Browse the repository at this point in the history
  • Loading branch information
Webklex committed Oct 28, 2021
1 parent 8cf2367 commit 8a8321c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
- Extend date parsing error message #173

### Added
- Make boundary regex configurable #108 #152 (thanks @EthraZa)
- Make boundary regex configurable #169 #150 #126 #121 #111 #152 #108 (thanks @EthraZa)

### Affected Classes
- NaN
Expand Down
2 changes: 2 additions & 0 deletions src/config/imap.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@
| -RFC822
| Default TRUE - Set to FALSE to prevent the usage of \imap_rfc822_parse_headers().
| See https://github.com/Webklex/php-imap/issues/115 for more information.
| -Boundary regex used to detect message boundaries. If you are having problems with empty messages, missing
| attachments or anything like this. Be advised that it likes to break which causes new problems..
| -Message key identifier option
| You can choose between the following:
| 'id' - Use the MessageID as array key (default, might cause hickups with yahoo mail)
Expand Down

0 comments on commit 8a8321c

Please sign in to comment.