Skip to content

Releases: Kitura/Swift-SMTP

Swift 5.2 minimum; bugfix in base64 auth; fix CI

31 Dec 18:08
4b7666b
Compare
Choose a tag to compare
Misc dependency update (#125)

* Update dependencies; Swift 5.2 is now the minimum supported version.

* Remove Swift 4.x support

* Bugfix: base64 auth should not have newline; support SSL and non-SSL ports for tests

- base64 encoding auth should not have line length limit
- Tests need to support SSL/TLS and non-SSL ports for mail servers that
  treat them differently

* bugfix: data type for cache

* Update CI: Xcode 13.2; New way to specify development snapshot

5.1.200

09 Dec 17:38
d892f67
Compare
Choose a tag to compare

Updated dependencies for change in github org.

5.1.2

04 Oct 09:00
75ba1b9
Compare
Choose a tag to compare
  • Resolve compilation warnings with Swift 5 and later

Swift 5 support

12 Apr 12:25
23360cf
Compare
Choose a tag to compare
Merge pull request #99 from IBM-Swift/swift5

Support Swift 5

Swift 4.1.2 support

03 Jul 15:38
496f779
Compare
Choose a tag to compare

Add TLSMode

26 Jun 17:16
77ebc1d
Compare
Choose a tag to compare

Thanks to @trametheka for the great work.

migration guide

Update dependencies

01 May 13:56
54fbbb9
Compare
Choose a tag to compare

4.0.0

30 Apr 18:52
b6ca1ea
Compare
Choose a tag to compare

Adds Swift 4.1 support and more. See all changes in migration guide.

Thanks for contributions from @hanskroner & @rafiki270.

Specify TLS support

06 Apr 01:52
55679ee
Compare
Choose a tag to compare

Use 'text/plain' for plain text content

27 Mar 18:19
780246c
Compare
Choose a tag to compare