[Bug 289339] Sending mail with BCC recipients sends the BCC header to all recipients
Laurent Montel
montel at kde.org
Mon Dec 19 12:55:06 GMT 2011
https://bugs.kde.org/show_bug.cgi?id=289339
--- Comment #12 from Laurent Montel <montel kde org> 2011-12-19 12:55:06 ---
kdepim-runtime/agents/maildispatcher$ git branch
4.6
4.7
* KDE/4.7
master
=>void SendJob::Private::doTraditionalTransport()
{
const TransportAttribute *transportAttribute =
item.attribute<TransportAttribute>();
TransportJob *job = TransportManager::self()->createTransportJob(
transportAttribute->transportId() );
Q_ASSERT( job );
Q_ASSERT( currentJob == 0 );
currentJob = job;
// Message.
Q_ASSERT( item.hasPayload<Message::Ptr>() );
const Message::Ptr message = item.payload<Message::Ptr>();
if( message->hasHeader( "Bcc" ) ) {
message->removeHeader( "Bcc" );
message->assemble();
}
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Kdepim-bugs
mailing list