Skip to content

Releases: Webklex/laravel-imap

1.0.5.0

16 Mar 17:31
Compare
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
Compare
Choose a tag to compare

Support message delivery status #47

1.0.4.1

14 Feb 18:10
Compare
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
Compare
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
Compare
Choose a tag to compare

1.0.3.10

01 Jan 00:26
Compare
Choose a tag to compare
  • Ignore inconvertible chars in order to prevent sudden code exists

1.0.3.9

03 Dec 20:27
Compare
Choose a tag to compare
  • #45 DateTime::__construct(): Failed to parse time string (...)

1.0.3.8

24 Nov 17:04
Compare
Choose a tag to compare
  • #41 imap_expunge(): supplied resource is not a valid imap resource
  • #40 mb_convert_encoding(): Illegal character encoding specified

1.0.3.7

05 Nov 17:29
ffe0b8e
Compare
Choose a tag to compare
  • Fix assignment msgno to uid regardless of fetch_options is set in config
  • Disposition is checked in case of malformed mail attachments

1.0.3.6

24 Oct 13:42
Compare
Choose a tag to compare

Merged "Added getUnseenMessages" #33