Version | Change log |
SMTP/POP3/IMAP Email Lib for Power Basic 8.4 Mar 1, 2023 | Protocol XOAUTH2 must be explicitly enabled. Fixed problem when renaming attachments "on the fly" [oldname:newname]. Added renaming of inline images "on the fly" [oldname:newname]. Write authentication protocol selected by user to the log file. Allow "From:" header to be split over multiple lines. |
SMTP/POP3/IMAP Email Lib for Power Basic 8.2 Jan 21, 2021 | Removed limits on the number/size of saved subject lines retuned by seeGetHeader. Allows ISO and UTF subjects to be broken in mid-line. Added support for OAUTH2. Base64 encoded passwords now replaced with astericks in log file. Increased password buffer to 256 characters (SendGrid passwords). |
SMTP/POP3/IMAP Email Lib for Power Basic 8.1 Apr 8, 2020 | All files opened for read now in shared access. IMAP response "+OK" also accepted. Added seeSetFileBuffer. Added BASE64_UTF8 to seeMakeSubject. Added SEE_GET_KEYCODE to seeStatistics. Multi-line "Subject:" " and "To:" lines saved as lines (not concatenated) for retrieval by seeGetHeader. |
SMTP/POP3/IMAP Email Lib for Power Basic 8.0 Nov 8, 2018 | Fixed problem with SSL PLAIN authentication protocol and with combining multiple subject lines, added error SEE_BAD_UTF8_CHAR, added constants SEE_SHOW_PASSWORDS and SEE_GET_CUSTOMER_ID, added seeEncodeUTF8String, seeDecodeUTF8String, strings passed to seeDecodeBuffer not required to end with CRLF. |