[Bug 289339] Sending mail with BCC recipients sends the BCC header to all recipients

Laurent Montel montel at kde.org
Mon Dec 19 11:53:52 GMT 2011


https://bugs.kde.org/show_bug.cgi?id=289339


Laurent Montel <montel at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED




--- Comment #4 from Laurent Montel <montel kde org>  2011-12-19 11:53:52 ---
I look at in 4.7 branch:

So it's ok.

  Q_ASSERT( item.hasPayload<Message::Ptr>() );
  const Message::Ptr message = item.payload<Message::Ptr>();
  if( message->hasHeader( "Bcc" ) ) {
    message->removeHeader( "Bcc" );
    message->assemble();
  }

So we can close it

-- 
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