Skip to content

Releases: ddeboer/imap

1.4.1

22 Mar 15:09
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • Return value of Ddeboer\Imap\Message\AbstractPart::getDecodedContent() must be of the type string, boolean returned #284
  • base64_decode may return false in PHP < 7.1 #324 (Slamdunk)

Merged pull requests:

  • Add entry in README about Mailbox::addMessage #325 (soywod)

1.4.0

19 Mar 08:37
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Invalid argument supplied for foreach() in Parameters.php line 52 #317
  • Message "11964" does not exist: imap_fetchstructure(): Bad message number #310
  • imap_mime_header_decode may return false #322 (Slamdunk)

1.3.1

09 Mar 16:26
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

Closed issues:

  • getServerString() with no port #311

1.3.0

28 Feb 14:29
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

Closed issues:

  • feature: Bulk move #305

Merged pull requests:

  • README.md: add Unknown search criterion: OR note #304 (Slamdunk)

1.2.3

09 Feb 13:22
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • $part->type can be 9 #301
  • AbstractPart::isAttachment() handle unknown part type #302 (Slamdunk)

Merged pull requests:

  • README.md: code-coverage has higher priority than Scrutinizer #300 (Slamdunk)

1.2.2

05 Feb 14:03
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Attachment->getFilename return null #297
  • Don't handle multiplart as an attachment #298 (Slamdunk)

1.2.1

29 Jan 08:51
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Invalid Date header found: "Thur, 04 Jan 2018 06:44:23 +0400" #293
  • MessageIterator::current() fails when there are no messages #288
  • Remove weekday while parsing date header #294 (Slamdunk)
  • MessageIterator: forbid raw calls #290 (Slamdunk)

1.2.0

15 Jan 13:23
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

Fixed bugs:

  • getAttachments() problem when mixin inline and attachment #281
  • UnexpectedEncodingException: Cannot decode "5" #278
  • Handle correctly multiple nested attachments #283 (Slamdunk)
  • Manageable UnexpectedEncodingException #282 (Slamdunk)

Closed issues:

  • Appending mail with options #279

1.1.2

12 Dec 08:43
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • Unsupported charset "134": mb_convert_encoding(): Illegal character encoding specified #270
  • Support Microsoft charset values #271 (Slamdunk)

1.1.1

10 Nov 08:02
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

Fixed bugs:

Merged pull requests: