Skip to content

Releases: snipsco/Postal

v0.5.0

21 Sep 09:50
Compare
Choose a tag to compare

Added

  • Swift 4 support

v0.4.3

20 Sep 10:38
Compare
Choose a tag to compare

Fixed

  • Fix Gmail message ID handing

Acknowledgement

kudos to @atomicbird for his help.

v0.4.2

04 Sep 16:47
Compare
Choose a tag to compare

Updated

  • Bump Result to 0.2.x. #60
  • Bump ReactiveSwift to 2.0.x

v0.4.1

11 Feb 12:42
Compare
Choose a tag to compare

Fixed

  • Fix a bug when fetching by uids returned an unwanted extra message. #44

Acknowledgement

Kudos to @matadan for his help.

v0.4.0

28 Dec 11:17
Compare
Choose a tag to compare

Swift 2.x support is removed.

Added:

  • Swift 3 support
  • Add create, rename, delete, expunge, subscribe and unsubscribe folder operations

v0.3.1

20 Sep 08:49
Compare
Choose a tag to compare

Added:

  • Xcode 8 migration

v0.3.0

14 Sep 09:12
Compare
Choose a tag to compare

Added:

  • Add Postal.moveMessages
  • Add MimeType.init
  • Add most common MimeTypes in a dedicated factory

v0.2.0

14 Sep 08:52
Compare
Choose a tag to compare

Added:

  • Bitcode enabled

Updated:

  • [breaking change] Removed IMAPError and IMFError for a simpler PostalError

Improvements:

  • Fix fetching all mails by batching and stopping lazily when no more mails are available.
  • Prevent select to run again when selecting the same folder

Initial release

14 Sep 08:51
Compare
Choose a tag to compare
Merge pull request #2 from snipsco/fix/demo

Fix demo

v0.1.0

14 Sep 08:53
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
Add first version