1.0.0
Implemented enhancements:
- Need getAll for headers #200
- Tests: implement @Covers to avoid false positive on code-coverage #188
- Remove commented code #174
- Regex in SearchExpressions #157
- How do I get unread messages count? #98
- Add mocking ability through Interfaces #221 (Slamdunk)
- Wrap imap resource to periodically check its status #220 (Slamdunk)
- Add more coding-standard rules #218 (Slamdunk)
- Always keep unseen: remove keepUnseen, add markAsSeen #217 (Slamdunk)
- Embedded messages: refactor #106 #216 (Slamdunk)
- Headers now extends \ArrayIterator #215 (Slamdunk)
- Implement imap_mail_copy #214 (Slamdunk)
- Imap sort #213 (Slamdunk)
- Increased code-coverage #211 (Slamdunk)
- Update to PHPUnit ^6.2 #209 (Slamdunk)
- Use specific exceptions to ease user catches #208 (Slamdunk)
- Wrap Exception on invalid Date header #205 (Slamdunk)
- Add tests for #144 set flags functionalities #203 (Slamdunk)
- Add imap_fetchheader() functionality to get raw headers #202 (Slamdunk)
- Parse all email type headers #199 (Slamdunk)
- Test search conditions #198 (Slamdunk)
- Mailbox: get status #192 (Slamdunk)
- SearchExpression is a Search\ConditionInterface #191 (Slamdunk)
- SearchCondition: __toString() -> toString() #187 (Slamdunk)
- Retain imap_getmailboxes() results #184 (Slamdunk)
- Add type hints and return types #183 (Slamdunk)
- Exception: increase verbosity with imap_alerts() and imap_errors() #182 (Slamdunk)
- Add coding-standards #181 (Slamdunk)
- Travis: re-enable code-coverage on scrutinizer #177 (Slamdunk)
- Add .gitattributes to remove from releases unneded files #173 (Slamdunk)
- Travis: use local Dovecot installation #170 (Slamdunk)
- Need all Headers in string format #149 (FlashWS)
- Get raw mail #146 (styxit)
- add getBcc(), Set, Clear Flag(\Seen, \Answered, \Flagged, \Deleted, and \Draft), getHeadersRaw() #144 (trungpv93)
Fixed bugs:
- Search\Condition needs charset escaping/indication #190
- imap_utf7_(encode|decode) -> mb_convert_encoding #185
- España #176
- getHeaders() decode broke information #171
- Date format for date search condition #168
- Error when trying fetch messages from container #167
- Attachment encoding error #158
- getFilename() is empty and no attachment, even when there is an attachment. #142
- Encoding issues #136
- URGENT: The timezone could not be found in the database #135
- Incorrect transcoding of text attachments #132
- Undefined offset #123
- ICS file not supported as attachment #120
- Should iconv be a requirement? #115
- KeepUnseen doen't work #92
- PHP Fatal error Failed to parse time string in ddeboer/imap/src/Message.php #89
- encoding issue #85
- keepUnseen not working correctly with Hotmail #84
- Iconv Exception #78
- $message->getAttachments() doesn't recognize some attachments #74
- Message::move() doesn't work. #73
- Message\Part: part number must distinguish original message #223 (Slamdunk)
- Recursive Embedded email body bug #222 (Slamdunk)
- Exclude HTML from allowed attachment subtype #212 (Slamdunk)
- Fix imap_mail_move behaviour and test it #207 (Slamdunk)
- Undefined encoding: throw exception #197 (Slamdunk)
- Message charset: mb_convert_encoding + aliases #196 (Slamdunk)
- Mailbox: only UTF-8 names #193 (Slamdunk)
- Search\Date\AbstractDate: fix format to RFC-3501 #189 (Slamdunk)
- Travis: fix failing tests #172 (Slamdunk)
- Return body of single-part HTML message as HTML, not text #101 (joker806)
- Implement "undisclosed recipients" addresses #86 (darit)
Closed issues:
- Potential memory issue with attachments #195
- Explain Message::delete #175
- Get raw message #161
- Composer install problem #160
- Transcoder not exist #154
- The library doesn't support using sort by #151
- Office 365 - Array to string conversion error #131
- Is there a method to turn a seen message into an "unseen" one ? #130
- Create mailbox #126
- Move and Delete Message not working #112
- Problem on production server #111
- Authentication failed for a Gmail account #109
- A method to run IMAP commands? #83
Merged pull requests:
- Update README.md to latest develop changes #224 (Slamdunk)
- Add Filippo Tessarotto as an author of the package #219 (Slamdunk)
- README.md: call Connection::expunge after move and delete #210 (Slamdunk)
- Remove misleading Mailbox::expunge() #206 (Slamdunk)
- Add CHANGELOG.md #194 (Slamdunk)
- README.md updates #178 (Slamdunk)