Releases: PerfectlySoft/Perfect-SMTP
Releases · PerfectlySoft/Perfect-SMTP
Updating to Swift 3.1 - Fixing attachment size limitation
Also replacing the base64 by Perfect-Crypto
Fixing CPU over 100% in recursive CURL
Merge pull request #3 from fun2C0d3/master CPU usage bug fix with code from @rockford
Fixing setter of HTML
Thanks @Henke91!
Support for HTML and TEXT multiparts
Thanks to @ucotta once again, this release adds support for HTML and TEXT multiparts.
Fixing TLS connection issue by adding PADockerfile. Thanks @ucotta!
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
1.0.2 Fixing non-accessible internal initializer issue of SMTP Client
Improved Testing Scripts
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
Clean up document Removing debug info