Changeset 99057e4d73dbb905f06f5ccc4ea49708b8aaa0a8 for smtp_client
- Timestamp:
- 09/19/10 20:59:45 (20 months ago)
- Children:
- 11cf105fe323361072281747558cb61752f33fa8
- Parents:
- 81c6e32180ba6f1018c28ae75b7281fd38121812
- git-committer:
- Antti-Juhani Kaijanaho <antti-juhani@…> (09/19/10 20:59:45)
- Files:
-
- 1 modified
-
smtp_client/smtp_client.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
smtp_client/smtp_client.cc
r1a970cd r99057e4 40 40 message = msg::crlf_canonize(message); 41 41 msg::entity::ptr msg 42 ( new msg::entity(msg::dot_destuff(message)));42 (msg::entity::mk(msg::dot_destuff(message), true)); 43 43 msg::complete_imf(msg); 44 44 msg::complete_mime(msg);
