Skip to content

Releases: xp-framework/mail

9.0.3: XP 11, PHP 8.2 compatibility

27 Feb 10:17
Compare
Choose a tag to compare
  • Made library compatible with XP 11, upgraded xp-framework/logging to
    11.0.0+ and xp-framework/text-encode 10.0.0+
    (@thekid)
  • Fixed Creation of dynamic property warnings in PHP 8.2 - @thekid
  • Fixed Passing null to parameter #2 ($subject) of type string warning
    (@thekid)

9.0.2: PHP 8.0.0RC1 compatibility

09 Oct 19:55
Compare
Choose a tag to compare
  • Fixed strspn(): Argument #3 ($offset) must be contained... warning
    (@thekid)

9.0.1: vsprintf() fix

04 Oct 13:04
Compare
Choose a tag to compare
  • Fix "vsprintf(): Argument #2 ($args) must be of type array, string given"
    (@thekid)

9.0.0: Drop PHP 5 support

11 Apr 09:52
Compare
Choose a tag to compare
  • Implemented xp-framework/rfc#334: Drop PHP 5.6:
    . Heads up: Minimum required PHP version now is PHP 7.0.0
    . Rewrote code base, grouping use statements
    . Rewrote isset(X) ? X : default to X ?? default
    . Converted newinstance to anonymous classes
    (@thekid)

8.0.1: Logging compatiblity

24 Aug 22:33
Compare
Choose a tag to compare
  • Made compatible with xp-framework/logging version 9.0.0 - @thekid

8.0.0: XP9 Compatibility

19 Jun 21:24
Compare
Choose a tag to compare
  • Heads up: Drop PHP 5.5 support - @thekid
  • Added forward compatibility with XP 9.0.0 - @thekid

7.3.3: Refactor typeof()

20 May 18:39
Compare
Choose a tag to compare

7.3.2: 8bit encoding fix

20 Oct 20:11
Compare
Choose a tag to compare
  • Fixed 8bit encoding constant MIME_ENC_8BIT - @thekid
  • Made header parsing for mime parts consistent with message header
    parsing; added a bunch of tests to verify various situations.
    (@thekid)

7.3.1: Header parsing fix

20 Oct 18:04
Compare
Choose a tag to compare
  • Fixed lang.IndexOutOfBoundsException (Undefined offset: 1) error
    when header line did not contain any value after the colon
    (@thekid)

7.3.0: Create and delete folders

16 Oct 19:12
Compare
Choose a tag to compare
  • Added newFolder() and removeFolder() methods to CclientStore
    (@thekid)