Releases: DirectoryTree/ImapEngine
Releases · DirectoryTree/ImapEngine
v1.4.0
22 Feb 18:15
Compare
Sorry, something went wrong.
No results found
Added
MailboxInterface, FolderInterface, and FolderRepositoryInterface for easier testing capability - #25
v1.3.2
21 Feb 02:49
Compare
Sorry, something went wrong.
No results found
Added
Unify common message methods in MessageInterface for Message and FileMessage - #24
v1.3.1
20 Feb 03:28
Compare
Sorry, something went wrong.
No results found
Added
Ability to retrieve the folder that a message is from via $message->folder() method - f8f79f5
v1.3.0
20 Feb 02:46
Compare
Sorry, something went wrong.
No results found
Added
DirectoryTree\ImapEngine\FileMessage for reading .eml files - #23
v1.2.2
18 Feb 04:00
Compare
Sorry, something went wrong.
No results found
Fixed
Ensure unsolicited untagged responses are filtered out with fetch commands - 3b9b377
IDLE fails on some servers with Invalid message number when message moved/deleted after receiving - #21
v1.2.1
16 Feb 21:42
Compare
Sorry, something went wrong.
No results found
Fixed
ImapFlag enum values should be their true raw form - fc28220
v1.2.0
16 Feb 04:27
Compare
Sorry, something went wrong.
No results found
Fixed
Properly throw an exception when finding the IDLE folder fails - 16b2244
Properly throw an exception when finding an IDLE message fails - 4d9735f
Added
Ability to findOrFail a folder - 5e39517
Ability to findOrFail a message - 3b70001
v1.1.0
14 Feb 15:43
Compare
Sorry, something went wrong.
No results found
Changed
Implement Arrayable and JsonSerializable on Address and Attachment, along with Message adjustments - #18
v1.0.5
14 Feb 15:11
Compare
Sorry, something went wrong.
No results found
Fixed
Removed art folder from composer installation - 5dfdc56
Removed illuminate/support to be framework agnostic - #17
v1.0.4
13 Feb 23:07
Compare
Sorry, something went wrong.
No results found
Fixed
Parser exception being thrown when there are no more tokens in response - #15