Skip to content

Releases: ddeboer/imap

1.13.1

10 Jan 10:56
8b772d0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.13.0...1.13.1

1.13.0

30 Nov 16:01
1eee4d7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.12.2...1.13.0

1.12.2

23 Sep 06:04
5f1d8ed
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Require PHP 8.0.1 for imap_msgno() bugfix #518 (ddeboer)
  • Add Countable Interface to MessageIteratorInterface. #514 (lahx)

Fixed bugs:

  • Error when get Message #485
  • Initialize address as null. Previously if an email with no recipient … #516 (minutiae)

Closed issues:

  • How to $mailbox->getMessages() higher than UID x? #517
  • Certified email (PEC) #512
  • Inline images not as attachment #502

Merged pull requests:

1.12.1

27 Apr 08:40
dbed05c
Compare
Choose a tag to compare

Full Changelog

Merged pull requests:

  • Mailbox::addMessage: consume $internalDate even when $options is null #499 (arnolem)

1.12.0

02 Apr 14:21
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Cannot decode a content with an uknown encoding #491

Closed issues:

  • Implement copyMove() function #494

Merged pull requests:

1.11.0

30 Nov 14:55
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

Fixed bugs:

Closed issues:

  • Closing Connection #479
  • Problem with charset of message part / DataPartInfo #475
  • Unsupported charset "X-UNKNOWN" #425

1.10.1

26 Aug 07:13
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • getThread and getMessageSequence not using with the same id #469
  • imap_thread: use absolude ids #474 (Slamdunk)

Closed issues:

  • How to get a message by Message-ID #472
  • Mail with e-sign #467
  • Duplicate method definition in MessageInterface #455
  • Missed errors in search method #444

Merged pull requests:

  • Subtype not always present #473 (Piskvor)
  • Improved error handling for message search method #445 (ikarol)

1.10.0

24 Jan 08:25
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Handle comments (CFWS) in Date header + not-valid formats #439 (pupaxxo)
  • Support PHP 7.4, require PHP 7.2 #433 (Slamdunk)

Closed issues:

  • Invalid Date header when trying to fetching date on not RFC compliant emails #438

Merged pull requests:

1.9.0

25 Nov 09:16
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

Closed issues:

  • markAsSeen() not work #415

Merged pull requests:

1.8.0

15 Apr 09:22
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Add phpstan-strict-rules, expose PartiInterface::getDescription() #409 (Slamdunk)