Show
Ignore:
Timestamp:
09/19/10 20:59:45 (20 months ago)
Author:
Antti-Juhani Kaijanaho <antti-juhani@…>
Children:
11cf105fe323361072281747558cb61752f33fa8
Parents:
81c6e32180ba6f1018c28ae75b7281fd38121812
git-committer:
Antti-Juhani Kaijanaho <antti-juhani@…> (09/19/10 20:59:45)
Message:

Rework entity handling

Signed-off-by: Antti-Juhani Kaijanaho <antti-juhani@…>

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • smtp_client/smtp_client.cc

    r1a970cd r99057e4  
    4040                message = msg::crlf_canonize(message); 
    4141                msg::entity::ptr msg 
    42                         (new msg::entity(msg::dot_destuff(message))); 
     42                        (msg::entity::mk(msg::dot_destuff(message), true)); 
    4343                msg::complete_imf(msg); 
    4444                msg::complete_mime(msg);