- 27 Feb, 2021 1 commit
-
-
x0r authored
In some scenarios, it may be desirable to suppress the X-Mailer header in e-mails completely, because revealing the name and versions of the software used to send e-mails may be a security concern. This patch enables suppressing the X-Mailer header by binding CL-SMTP::*X-MAILER* to NIL.
-
- 17 Feb, 2021 1 commit
-
-
x0r authored
In the SMTP-HANDSHAKE function, a EHLO command is sent to the server if ESMTP features are required and HELO otherwise. The EHLO command was followed by the value of LOCAL-HOSTNAME, whereas HELO erroneously used the result of USOCKET::GET-HOST-NAME directly. This leads to the HELO command being rejected, since USOCKET::GET-HOST-NAME does not return a FQDN. With this fix, and an explicit :LOCAL-HOSTNAME keyword argument given to SEND-EMAIL, e-mails go through normally.
-
- 31 Oct, 2019 1 commit
-
-
Jan Idzikowski authored
- when string longer 74 characters, make newline on next space in string
-
- 23 May, 2019 1 commit
-
-
Jan Idzikowski authored
- when string contains non ascii character, and has more than 74 charactesr, set correct encoding string after newline
-
- 24 Apr, 2019 1 commit
-
-
Jan Idzikowski authored
-
- 05 Jan, 2018 1 commit
-
-
Jan Idzikowski authored
- dot masking only for first character of a line - add test rfc2045-q-encode-string-to-stream-9
-
- 22 Sep, 2017 1 commit
-
-
Jan Idzikowski authored
- add 2 new tests for correct dot masking
-
- 20 Sep, 2017 1 commit
-
-
Jan Idzikowski authored
- correct dot masking, see rfc5321 4.5.2 "Before sending a line of mail text, the SMTP client checks the first character of the line. If it is a period, one additional period is inserted at the beginning of the line." - add test rfc2045-q-encode-string-to-stream-6
-
- 06 Jul, 2016 1 commit
-
-
Jan Idzikowski authored
Thanks Luc Didry for the report.
-
- 23 Oct, 2015 2 commits
-
-
Jan Idzikowski authored
Add tests for rfc2045-q-encode-string.
-
Jan Idzikowski authored
Add more tests for handle single line dot in mask-dot and in rfc2045-q-encode-string-to-stream Add optional argument CATCH-ERRORS to run-tests, default is T
-
- 21 May, 2015 2 commits
-
-
Jan Idzikowski authored
-
Jan Idzikowski authored
-
- 27 Feb, 2014 1 commit
-
-
Jan Idzikowski authored
-
- 19 Feb, 2014 1 commit
-
-
Jan Idzikowski authored
-
- 28 Jan, 2014 1 commit
-
-
Jan Idzikowski authored
ignore default wrap columns 80, so that no newline is inserted.
-
- 18 Dec, 2013 2 commits
-
-
Jan Idzikowski authored
2013.12.18 Add patch convert bare LF into CRLF in rfc2045-q-encode-string-to-stream Thanks Justin Megawarne for the bug report and patch Change cl-smtp.asd, cl-smtp.lisp, CHANGELOG
-
Jan Idzikowski authored
2013.08.22 Add patch to use given external-format for ssl stream Thanks Anton Vodonosov for the bug report and patch Change cl-smtp.asd, cl-smtp.lisp, CHANGELOG
-
- 06 Mar, 2013 1 commit
-
-
Jan Idzikowski authored
-
- 21 Jan, 2013 4 commits
-
-
Jan Idzikowski authored
-
Jan Idzikowski authored
-
Jan Idzikowski authored
Thanks Michael Stevens <mstevens@etla.org>
-
Jan Idzikowski authored
when found non ascii characters send messge/html-message encoded quoted-printable
-
- 08 Sep, 2010 2 commits
-
-
Jan Idzikowski authored
given stream. Change x-mailer header setting.
-
Jan Idzikowski authored
then envelope-sender = from argument. Change x-mailer header setting. ----------------------------------------------------------------------
-
- 23 Aug, 2010 2 commits
-
-
Jan Idzikowski authored
-
Jan Idzikowski authored
-
- 21 Jun, 2010 2 commits
-
-
Jan Idzikowski authored
refresh changelog and readme, add new version in cl-smtp.asd
-
Jan Idzikowski authored
add #\Return#\Newline after each column
-
- 11 Jun, 2010 2 commits
-
-
Jan Idzikowski authored
-
Jan Idzikowski authored
-
- 06 May, 2010 3 commits
-
-
Jan Idzikowski authored
-
Jan Idzikowski authored
-
Jan Idzikowski authored
header values and in attachment filenames. New keyword argument external-format (default :utf-8). New class attachment, with slots attachment-name and attachment-mime-type, and a constructor function make-attachment. Rename q-encode-str to rfc2045-q-encode-string. Add rfc2231-encode-string to encode non ascii characters in attachment filenames.
-
- 22 Apr, 2010 1 commit
-
-
Jan Idzikowski authored
-
- 20 Apr, 2010 2 commits
-
-
Jan Idzikowski authored
-
Jan Idzikowski authored
- add a blank line between attachments
-
- 17 Apr, 2008 1 commit
-
-
Jan Idzikowski authored
-
- 12 Apr, 2008 1 commit
-
-
Jan Idzikowski authored
-
- 03 Apr, 2008 1 commit
-
-
Jan Idzikowski authored
-