Skip to content

Releases: DirectoryTree/ImapEngine

v1.4.0

22 Feb 18:15

Choose a tag to compare

Added

  • MailboxInterface, FolderInterface, and FolderRepositoryInterface for easier testing capability - #25

v1.3.2

21 Feb 02:49
6865679

Choose a tag to compare

Added

  • Unify common message methods in MessageInterface for Message and FileMessage - #24

v1.3.1

20 Feb 03:28

Choose a tag to compare

Added

  • Ability to retrieve the folder that a message is from via $message->folder() method - f8f79f5

v1.3.0

20 Feb 02:46
03dc2e9

Choose a tag to compare

Added

  • DirectoryTree\ImapEngine\FileMessage for reading .eml files - #23

v1.2.2

18 Feb 04:00
ef9f4ba

Choose a tag to compare

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

Choose a tag to compare

Fixed

  • ImapFlag enum values should be their true raw form - fc28220

v1.2.0

16 Feb 04:27

Choose a tag to compare

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
cda9d69

Choose a tag to compare

Changed

  • Implement Arrayable and JsonSerializable on Address and Attachment, along with Message adjustments - #18

v1.0.5

14 Feb 15:11
7ea0f30

Choose a tag to compare

Fixed

  • Removed art folder from composer installation - 5dfdc56
  • Removed illuminate/support to be framework agnostic - #17

v1.0.4

13 Feb 23:07

Choose a tag to compare

Fixed

  • Parser exception being thrown when there are no more tokens in response - #15