imap

Object-oriented, fully tested PHP IMAP library

MIT License

Downloads
3M
Stars
890
Committers
56
imap - 1.19.0 Latest Release

Published by Slamdunk 11 months ago

What's Changed

Full Changelog: https://github.com/ddeboer/imap/compare/1.18.0...1.19.0

imap - 1.18.0

Published by Slamdunk over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/ddeboer/imap/compare/1.17.0...1.18.0

imap - 1.17.0

Published by Slamdunk over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/ddeboer/imap/compare/1.16.0...1.17.0

imap - 1.16.0

Published by Slamdunk over 1 year ago

What's Changed

Full Changelog: https://github.com/ddeboer/imap/compare/1.15.0...1.16.0

imap - 1.15.0

Published by Slamdunk almost 2 years ago

What's Changed

Full Changelog: https://github.com/ddeboer/imap/compare/1.14.2...1.15.0

imap - 1.14.2

Published by Slamdunk about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/ddeboer/imap/compare/1.14.1...1.14.2

imap - 1.14.1

Published by Slamdunk about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/ddeboer/imap/compare/1.14.0...1.14.1

imap - 1.14.0

Published by Slamdunk about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/ddeboer/imap/compare/1.13.1...1.14.0

imap - 1.13.1

Published by Slamdunk almost 3 years ago

What's Changed

Full Changelog: https://github.com/ddeboer/imap/compare/1.13.0...1.13.1

imap - 1.13.0

Published by Slamdunk almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/ddeboer/imap/compare/1.12.2...1.13.0

imap - 1.12.2

Published by Slamdunk about 3 years ago

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:

imap - 1.12.1

Published by Slamdunk over 3 years ago

Full Changelog

Merged pull requests:

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

Published by Slamdunk over 3 years ago

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Cannot decode a content with an uknown encoding #491

Closed issues:

  • Implement copyMove() function #494

Merged pull requests:

imap - 1.11.0

Published by Slamdunk almost 4 years ago

Full Changelog

Implemented enhancements:

Fixed bugs:

Closed issues:

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

Published by Slamdunk about 4 years ago

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)
imap - 1.10.0

Published by Slamdunk almost 5 years ago

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:

imap - 1.9.0

Published by Slamdunk almost 5 years ago

Full Changelog

Implemented enhancements:

Closed issues:

  • markAsSeen() not work #415

Merged pull requests:

imap - 1.8.0

Published by Slamdunk over 5 years ago

Full Changelog

Implemented enhancements:

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

Published by Slamdunk over 5 years ago

Full Changelog

Fixed bugs:

  • Handle message/rfc822 when content-disposition is missing #410 (Daredzik)
imap - 1.7.1

Published by Slamdunk over 5 years ago

Full Changelog

Fixed bugs:

  • Encoding problem with 1.7 #405
  • imap_search/imap_sort: default params must not be passed if unspecified #406 (Slamdunk)