[cl-smtp-devel] Patch to support sending raw messages
Hans Hübner
hans at huebner.org
Tue Apr 1 08:30:44 UTC 2008
Hi Jan,
find my current patch enclosed. I have not put any time into
seperating the SMTP protocol stuff from mail composition, but it
should be easy to do. I know of one bug relating to AUTH handling in
CL-SMTP::SMTP-AUTHENTICATE: Currently, if the server advertises more
than AUTH protocol in one AUTH line, authentication will not work.
This is easy to fix as well, but I can't spend any time on this until
the weekend. Let me know if this is a real problem and I will plan on
fixing this. If there are other problems, please let me know.
Thanks,
Hans
2008/4/1, Jan Idzikowski <jan.idzikowski at knowledgetools.de>:
> Hello Anton,
>
> I have investigated the CRLF transformation problem,
> '(:latin-1 :eol-style :lf) is wrong, this has to change to
> (make-external-format :latin-1) it use the *default-eol-style*.
> http://www.weitz.de/flexi-streams/#make-external-format
>
> Currently i have no access to a windows system to test it,
> but it should work.
> When I get the changes from Hans, I'll put this in the cvs repository.
>
> Cheers,
>
> Jan
>
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cl-smtp.diff
Type: text/x-diff
Size: 32001 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/cl-smtp-devel/attachments/20080401/50afe6aa/attachment.diff>
More information about the cl-smtp-devel
mailing list