Releases: DirectoryTree/ImapEngine
Releases · DirectoryTree/ImapEngine
v1.2.1
Fixed
ImapFlag
enum values should be their true raw form - fc28220
v1.2.0
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
Changed
- Implement
Arrayable
and JsonSerializable
on Address
and Attachment
, along with Message
adjustments - #18
v1.0.5
Fixed
- Removed
art
folder from composer installation - 5dfdc56
- Removed
illuminate/support
to be framework agnostic - #17
v1.0.4
Fixed
- Parser exception being thrown when there are no more tokens in response - #15
v1.0.3
Fixed
- Properly allow
$query
parameter to be nullable in $folder->idle()
- 3b92dc8
v1.0.2
Fixed
- Use proper
tcp
stream transport when starttls
encryption is used - 57d1210
v1.0.1
Fixed
- Add
.gitattributes
file to prevent unnecessary files from being downloaded on install by @raphaelstolt - #9