Skip to content

v4.1.0

Compare
Choose a tag to compare
@thinkingserious thinkingserious released this 17 Aug 00:54

Added

  • PR #211 Return empty collections in place of nulls
  • When calling a getXyz() method on a Mail object, where Xyz is some object implementing Collection, if Xyz is null then an empty collection will be returned (currently returns null)
  • BIG thanks to Antonio Bucciol