Snipsco Postal Versions Save

A Swift framework for working with emails

v0.5.0

6 years ago

Added

  • Swift 4 support

v0.4.3

6 years ago

Fixed

  • Fix Gmail message ID handing

Acknowledgement

kudos to @atomicbird for his help.

v0.4.2

6 years ago

Updated

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

v0.4.1

7 years ago

Fixed

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

Acknowledgement

Kudos to @matadan for his help.

v0.4.0

7 years ago

Swift 2.x support is removed.

Added:

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

v0.3.1

7 years ago

Added:

  • Xcode 8 migration

v0.3.0

7 years ago

Added:

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

v0.1.0

7 years ago

v0.2.0

7 years ago

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

v0.1.1

7 years ago