Skip to content

Releases: Webklex/laravel-imap

1.0.5.3

18 Mar 17:12

Choose a tag to compare

  • FolderCollection::class added
  • Comments updated

1.0.5.2

18 Mar 01:06

Choose a tag to compare

  • Attachment::save() method added
  • Unnecessary methods declared deprecated

1.0.5.1

16 Mar 19:18

Choose a tag to compare

  • Message collection moved to Support
  • Attachment collection added
  • Attachment class added

1.0.5.0

16 Mar 17:31

Choose a tag to compare

  • Message search method added
  • Basic pagination added
  • Prevent automatic body parsing (will be default within the next major version (2.x))
  • Unified MessageCollection::class added
  • Several small improvements and docs added
  • Implementation of the "get raw body" pull request #59
  • Get a single message by uid

1.0.4.2

15 Mar 15:26

Choose a tag to compare

Support message delivery status #47

1.0.4.1

14 Feb 18:10

Choose a tag to compare

Enable support to get In-Reply-To property from Message header. #56

1.0.4.0

28 Jan 19:06

Choose a tag to compare

  • Set and unset flags added $oMessage->setFlag(['Seen', 'Spam']) or $oMessage->unsetFlag('Spam')
  • Get raw header string $oMessage->getHeader()
  • Get additional header information $oMessage->getHeaderInfo()

1.0.3.11

01 Jan 01:30

Choose a tag to compare

1.0.3.10

01 Jan 00:26

Choose a tag to compare

  • Ignore inconvertible chars in order to prevent sudden code exists

1.0.3.9

03 Dec 20:27

Choose a tag to compare

  • #45 DateTime::__construct(): Failed to parse time string (...)