1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Jun 15, 2024 — Jun 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Unit tests for POP3Utils. More... over 12 years ago
Unit tests for POP3Response. More... over 12 years ago
Trim first line of POP3 response to get rid of CR, if any. More... over 12 years ago
Unit tests for SMTPCommand and SMTPCommandSet. Fixed SMTPCommandSet::isFinished(). More... over 12 years ago
Rewrote SMTP command sending. Better code for pipelining. Report full command text on MAIL/RCPT errors. More... over 12 years ago
Fixed invalid use of freed memory. More... over 12 years ago
Added missing includes. More... over 12 years ago
Check for MLang on Windows platform. More... over 12 years ago
Fixed issue #23. Avoid additional queries if gethostname() is already a FQDN. Use getaddrinfo() instead of gethostbyname() for IPv6 compatibility. More... over 12 years ago
Link with "ws2_32" library on Windows, if available. More... over 12 years ago
Additional MDN fields (thanks to Mehmet Bozkurt). More... over 12 years ago
Fixed linking with pthread library. More... over 12 years ago
Check for localtime_r and gmtime_r at build instead of testing _REENTRANT. Use localtime_s and gmtime_s on Windows, if available. More... over 12 years ago
Updated book. Added build target for HTML using HeVeA. More... over 12 years ago
Gives access to X.509 certificate underlying structure. More... over 12 years ago
Fixed script for MacOS X. More... over 12 years ago
Moved includes to fix compilation issue. More... over 12 years ago
Renamed TYPE_BOOL to avoid name collision on MacOS. More... over 12 years ago
Better test for stream state. More... over 12 years ago
Removed unused includes for OpenSSL. More... over 12 years ago
Updated copyright year and maintainer email address. More... over 12 years ago
Fixed issue #17. More... over 12 years ago
Merge pull request #16 from mabrand/master-fix-example More... over 12 years ago
Merge pull request #18 from mabrand/fix-no-tls More... over 12 years ago
exclude defaultCertificateVerifier.cpp unless VMIME_HAVE_TLS_SUPPORT More... over 12 years ago
fix example6: missing arg to defaultCertificateVerifier::verify More... over 12 years ago
Fixed type for maximum line length. More... over 12 years ago
Fixed first modifier not being generated. More... over 12 years ago
Misc fixes for Windows build (thanks to Mehmet Bozkurt). More... over 12 years ago
More robust check for EOF in input stream. More... over 12 years ago