[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.5/kdepim/libkmime
From:       Tom Albers <tomalbers () kde ! nl>
Date:       2006-10-19 20:46:02
Message-ID: 1161290762.336247.30596.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 597295 by toma:

Port back from QMA, Add the cc-field to the assemble() method. I left out the \
BCC-field (in comparisation to an earlier patch on kde-pim mailinglist. BCC field \
does not belong in the actual message send to a smtp-server, at least not how I \
understand the rfc. 


 M  +4 -0      kmime_message.cpp  


--- branches/KDE/3.5/kdepim/libkmime/kmime_message.cpp #597294:597295
@@ -62,6 +62,10 @@
   if( (h=to(false))!=0 )
     newHead+=h->as7BitString()+"\n";
 
+  //Cc
+  if( (h=cc(false))!=0 )
+    newHead+=h->as7BitString()+"\n";
+
   //Reply-To
   if( (h=replyTo(false))!=0 )
     newHead+=h->as7BitString()+"\n";


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic