Version | Change log |
SMTP/POP3/IMAP Email Lib for C/C++ 8.5.1 Oct 1, 2024 | Fixed problem with initializing HandleTable between calls to seeAttach. Check for embedded spaces in passwords. Fixed crash attempting to open a non-existant file (64 bit only). Streamlined termination process when file could not be created or opened. Recognizes Windows-1256 parts (Arabic text). |
SMTP/POP3/IMAP Email Lib for C/C++ 8.5 Aug 14, 2024 | Fixed problem with initializing HandleTable between calls to seeAttach. Check for embedded spaces in passwords. Fixed crash attempting to open a non-existant file (64 bit only). Streamlined termination process when file could not be created or opened. Recognizes Windows-1256 parts (Arabic text). |
SMTP/POP3/IMAP Email Lib for C/C++ 8.4.1 Jan 24, 2023 | Allow "From:" header to be split over multiple lines. Added diagnostics to decoding UTF-8 filenames. Fixed problem if SSL config string did not end with LF. Increased OAUTH2 password buffer to 2048 bytes. Added function seeMakeXOAuth2() that creates OAUTH2 password string. |
SMTP/POP3/IMAP Email Lib for C/C++ 8.4 Jan 24, 2023 | Allow "From:" header to be split over multiple lines. Added diagnostics to decoding UTF-8 filenames. Fixed problem if SSL config string did not end with LF. Increased OAUTH2 password buffer to 2048 bytes. Added function seeMakeXOAuth2() that creates OAUTH2 password string. |
SMTP/POP3/IMAP Email Lib for C/C++ 8.3 Mar 21, 2022 | 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 C/C++ 8.2 Jan 11, 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 C/C++ 8.1 Feb 21, 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 C/C++ 8.0 Oct 3, 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. |