Skip to content

Releases: ddeboer/imap

1.7.2

12 Apr 05:44
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

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

1.7.1

18 Mar 11:55
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

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

1.7.0

18 Mar 11:52
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

Closed issues:

  • Convert from GBK (X-GBK) to UTF-8 Issue #395

Merged pull requests:

  • Add new ResourceCheckFailureException to handle imap_check() false #399 (pyatnitsev)
  • Remove GBK -> X-GBK Alias and add X-GBK -> GBK #396 (pyatnitsev)
  • Add Feature Requests to README.md #394 (Slamdunk)

1.6.0

05 Dec 07:22
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Undeliverable mail: attachment parsing error #334
  • imap_getmailboxes returns false; #134
  • Fix mailbox name as only numbers #381 (Slamdunk)
  • Gracefully handle possible non-array return value of imap_getmailboxes #372 (Slamdunk)

Closed issues:

  • [AUTHENTICATIONFAILED] Authentication failed - Too many login failures #368
  • last folder in list #353
  • Caching IMAP server connections #88

1.5.5

21 Aug 07:34
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • Plain text attachments are not identified as Attachment parts #341
  • Handle plain/text attachments without Content-Type header #367 (Slamdunk)

1.5.4

19 Aug 13:02
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • Very long filename, result of getFilename() = NULL? #365
  • Support RFC2231 attachment filenames #366 (Slamdunk)

1.5.3

20 Jul 06:49
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

1.5.2

10 Jul 13:03
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

1.5.1

04 May 10:05
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • getContent() method returns wrong content part #342
  • Fix handle of attachment messages with attachments #343 (Slamdunk)

1.5.0

26 Mar 13:20
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements: