Skip to content

Releases: DirectoryTree/ImapEngine

v1.7.0

22 Mar 18:08
c211bef

Choose a tag to compare

Added

  • Improve .mbox message matching with Google Takeout format - #44

v1.6.2

19 Mar 04:15
4d824c3

Choose a tag to compare

Fixed

  • Use correct ssl stream transport options key for tls - #41

v1.6.1

05 Mar 14:42
193f3f3

Choose a tag to compare

Fixed

  • Mbox reader should handle handle message splitting more reliably - #39

Added

  • Ability to configure message delimiter in Mbox reader - #39

v1.6.0

03 Mar 12:58
bf73205

Choose a tag to compare

Added

  • Ability to retrieve attachment's Content-ID (cid) via Attachment::getContentId() - #33

v1.5.0

03 Mar 11:29
97293ab

Choose a tag to compare

Added

  • Ability to read .mbox files - #32

v1.4.2

24 Feb 04:40
fbf0037

Choose a tag to compare

Fixed

  • Return blank content stream for Attachment when empty from server - #29

v1.4.1

23 Feb 06:25
0d6f881

Choose a tag to compare

Fixed

  • Allow Attachment filenames to be nullable - #27

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