Skip to content

Releases: PerfectlySoft/Perfect-SMTP

Updating to Swift 3.1 - Fixing attachment size limitation

31 Mar 21:09
Compare
Choose a tag to compare

Also replacing the base64 by Perfect-Crypto

Fixing CPU over 100% in recursive CURL

24 Mar 13:59
Compare
Choose a tag to compare
Pre-release
Merge pull request #3 from fun2C0d3/master

CPU usage bug fix with code from @rockford

Fixing setter of HTML

23 Mar 13:40
Compare
Choose a tag to compare
Fixing setter of HTML Pre-release
Pre-release

Thanks @Henke91!

Support for HTML and TEXT multiparts

29 Jan 20:40
Compare
Choose a tag to compare
Pre-release

Thanks to @ucotta once again, this release adds support for HTML and TEXT multiparts.

Fixing TLS connection issue by adding PADockerfile. Thanks @ucotta!

27 Jan 18:52
Compare
Choose a tag to compare


According to Ubaldo Cotta’s practice on linux:
“I used perfect-smtp to send response to registry on the service all works great in local (my imac) but when i move to production (a server with ubuntu) i got this error code 77 libcurl error codes said: "CURLE_SSL_CACERT_BADFILE (77) but it was a problem with the library, i switch from libcurl4-nss-dev to libcurl4-gnutls-dev and now connects”

Fixed Non-Accessible Initializer of SMTPClient

04 Jan 15:21
Compare
Choose a tag to compare
1.0.2

Fixing non-accessible internal initializer issue of SMTP Client

Improved Testing Scripts

03 Jan 16:46
Compare
Choose a tag to compare
Pre-release
Code improvements

1. Renaming SMTP to PerfectSMTP
2. Replacing NSData by COpenSSL to perform base64 encoding
3. Generating testing attachments dynamically.

First version. smtp:// protocol tested both on Mac / Linux

01 Jan 19:59
Compare
Choose a tag to compare
Clean up document

Removing debug info