Skip to content

Releases: Webklex/php-imap

2.1.8

08 Oct 04:21
Compare
Choose a tag to compare

Fixed

  • Possible error during address decoding fixed (#16 @Slauta)
  • Flag event dispatching fixed #15

Added

2.1.7

02 Oct 23:49
Compare
Choose a tag to compare

Fixed

2.1.6

02 Oct 13:59
Compare
Choose a tag to compare

Fixed

  • Message::getAttributes() hasn't returned all parameters

Added

  • Part number added to attachment
  • Client::getFolderByPath() added (#12 by @Max13)
  • Client::getFolderByName() added (#12 by @Max13)
  • Throws exceptions if the authentication fails (#11 by @Max13)

2.1.5

30 Sep 16:12
Compare
Choose a tag to compare

Fixed

  • Wrong message content property reference fixed (#10)

2.1.4

30 Sep 15:40
Compare
Choose a tag to compare

Fixed

  • Fix header extension values
  • Part header detection method changed (#10)

2.1.3

29 Sep 18:36
Compare
Choose a tag to compare

Fixed

  • Possible decoding problem fixed
  • Str::class dependency removed from Header::class

2.1.2

28 Sep 10:31
Compare
Choose a tag to compare

Fixed

  • Dependency problem in Attachement::getExtension() fixed (#9)

2.1.1

22 Sep 23:35
Compare
Choose a tag to compare

Fixed

  • Missing default config parameter added

Added

  • Default account config fallback added

2.1.0

21 Sep 22:05
Compare
Choose a tag to compare

Fixed

  • Quota handling fixed

Added

  • Event system and callbacks added

2.0.1

20 Sep 21:41
Compare
Choose a tag to compare

Fixed

  • Carbon dependency fixed