[Bug 282536] New: Kmail2 leaves BCC addresses in the DATA section of the smtp transmission

2011-09-22 Thread John King
https://bugs.kde.org/show_bug.cgi?id=282536

   Summary: Kmail2 leaves BCC addresses in the DATA section of the
smtp transmission
   Product: kmail2
   Version: 4.7
  Platform: openSUSE RPMs
OS/Version: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
AssignedTo: kdepim-bugs@kde.org
ReportedBy: j...@kingshome.co.uk


Version:   4.7 (using KDE 4.7.1) 
OS:Linux


Several kmail2 users have reported that BCC recipients are displayed in the
headers of the To: recipient. (See Bugs 263587, 278014) when using certain SMTP
servers, whereas they should be stripped out.  Kmail1, on the other hand,
correctly strips out the BCC recipients when sending to an SMTP server.

One SMTP server I use where I had noticed this problem allows plain text
unencrypted SMTP. This provided an opportunity to use a protocol analyser (in
this case Wireshark) to see if there was any difference between Kmail1 and
Kmail2

In RFC 2821, Appendix B.1, it states:
 1. Each recipient address from a TO, CC, or BCC header field SHOULD
  be copied to a RCPT command (generating multiple message copies if
  that is required for queuing or delivery).  This includes any
  addresses listed in a RFC 822 "group".  Any BCC fields SHOULD then
  be removed from the headers.

I take this to mean that the RCPT section of the transmission to the SMTP
server should contain the BCC addresses, but that the DATA section should not.

In each test case I emailed a To: recipient on yahoo.co.uk, with a BCC to a
recipient on bluebottle.com.

1KMAIL1
The emails from Kmail1 behaved as expected. The To: recipient on Yahoo could
only see the To: address. The BCC recipient on Bluebottle similarly could only
see the To address.

The relevant sections from the wireshark dump show that the RCPT command
identifies all the recipients, including the BCC one, but the DATA section that
follows only contains the primary To: recipient. This is in line with RFC 2821

  00 09 5b ce 95 10 00 1b fc b6 e3 70 08 00 45 00   ..[p..E.
0010  00 ad 47 b5 40 00 40 06 20 a5 c0 a8 00 0d c3 ad   ..G.@.@. ...
0020  4d 8e a1 c1 00 19 c4 6c 55 2a 77 e9 d9 c6 80 18   M..lU*w.
0030  00 5c d2 90 00 00 01 01 08 0a 06 27 12 bf 09 a9   .\.'
0040  0c bb 4d 41 49 4c 20 46 52 4f 4d 3a 3c 6a 6f 68   ..MAIL FROM: SIZE=496..RCP
0070  54 20 54 4f 3a 3c 6a 6f 68 6e 6d 6b 69 6e 67 5f   T TO:.
0090  0a 52 43 50 54 20 54 4f 3a 3c 6a 6f 68 6e 6d 6b   .RCPT TO:..DATA..

  00 1b fc b6 e3 70 00 09 5b ce 95 10 08 00 45 00   .p..[.E.
0010  00 90 7f 04 40 00 3b 06 ee 72 c3 ad 4d 8e c0 a8   @.;..r..M...
0020  00 0d 00 19 a1 c1 77 e9 d9 c6 c4 6c 55 a3 80 18   ..wlU...
0030  c4 e0 81 66 00 00 01 01 08 0a 09 a9 0c da 06 27   ...f...'
0040  12 bf 32 35 30 20 4f 4b 0d 0a 32 35 30 20 41 63   ..250 OK..250 Ac
0050  63 65 70 74 65 64 0d 0a 32 35 30 20 41 63 63 65   cepted..250 Acce
0060  70 74 65 64 0d 0a 33 35 34 20 45 6e 74 65 72 20   pted..354 Enter 
0070  6d 65 73 73 61 67 65 2c 20 65 6e 64 69 6e 67 20   message, ending 
0080  77 69 74 68 20 22 2e 22 20 6f 6e 20 61 20 6c 69   with "." on a li
0090  6e 65 20 62 79 20 69 74 73 65 6c 66 0d 0a ne by itself..

  00 09 5b ce 95 10 00 1b fc b6 e3 70 08 00 45 00   ..[p..E.
0010  02 1e 47 b6 40 00 40 06 1f 33 c0 a8 00 0d c3 ad   ..G.@.@..3..
0020  4d 8e a1 c1 00 19 c4 6c 55 a3 77 e9 da 22 80 18   M..lU.w.."..
0030  00 5c d4 01 00 00 01 01 08 0a 06 27 13 0e 09 a9   .\.'
0040  0c da 46 72 6f 6d 3a 20 4a 6f 68 6e 20 4b 69 6e   ..From: John Kin
0050  67 20 3c 6a 6f 68 6e 40 6b 69 6e 67 73 68 6f 6d   g ..Reply-
0070  54 6f 3a 20 6a 6f 68 6e 40 6b 69 6e 67 73 68 6f   To: john@kingsho
0080  6d 65 2e 63 6f 2e 75 6b 0d 0a 54 6f 3a 20 4a 6f   me.co.uk..To: Jo
0090  68 6e 20 59 61 68 6f 6f 20 3c 6a 6f 68 6e 6d 6b   hn Yahoo ..Subject: te
00c0  73 74 31 20 2d 20 6b 6d 61 69 6c 31 20 74 6f 20   st1 - kmail1 to 
00d0  79 20 62 63 63 20 62 0d 0a 44 61 74 65 3a 20 54   y bcc b..Date: T
00e0  68 75 2c 20 32 32 20 53 65 70 20 32 30 31 31 20   hu, 22 Sep 2011 
00f0  30 36 3a 32 30 3a 35 33 20 2b 30 31 30 30 0d 0a   06:20:53 +0100..
0100  55 73 65 72 2d 41 67 65 6e 74 3a 20 4b 4d 61 69   User-Agent: KMai
0110  6c 2f 31 2e 31 32 2e 34 20 28 4c 69 6e 75 78 2f   l/1.12.4 (Linux/
0120  32 2e 36 2e 33 31 2e 31 34 2d 30 2e 38 2d 70 61   2.6.31.14-0.8-pa
0130  65 3b 20 4b 44 45 2f 34 2e 33 2e 35 3b 20 69 36   e; KDE/4.3.5; i6
0140  38 36 3b 20 3b 20 29 0d 0a 44 69 73 70 6f 73 69   86; ; )..Disposi
0150  74 69 6f 6e 2d 4e 6f 74 69 66 69 63 61 74 69 6f   tion-Notificatio
0160  6e 2d 54 6f 3a 20 6a 6f 68 6e 40 6b 69 6e 67 73   n-To: john@kings
0170  68 6f 6d 65 2e 63 6f 2e 75 6b 0d 0a 4d 49 4d 45   home.co.uk..MIME
0180  2d 56 65 72 73 69 6f 6e 3a 20 31 2e 30 0d 0a 43   -Version: 1.0..C
0190  6f 6e 74 65 6e 74 2d 54 79 70 65 

[Bug 282536] Kmail2 leaves BCC addresses in the DATA section of the smtp transmission

2011-09-22 Thread John King
https://bugs.kde.org/show_bug.cgi?id=282536


John King  changed:

   What|Removed |Added

 CC||j...@kingshome.co.uk




-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 263587] BCC addresses shows bcc's to "To:" recipient

2011-09-19 Thread John King
https://bugs.kde.org/show_bug.cgi?id=263587





--- Comment #27 from John King   2011-09-19 16:16:40 ---
(In reply to comment #24)
> ...and everything works as expected with non gmail addresses. I think we 
> should
> close it with upstream

I've now tested it with 1&1 smtp server and Demon (UK) smtp server as well as
Gmail, sending in each case to non-gmail addresses.  In all cases the To:
recipient can see the BCC addresses, and in some cases the BCC recipients can
see all the BCC addresses. This did not happen with Kmail1.

This behaviour could give us some problems as most people on our membership
lists specifically request to be sent BCC as they do not want their email
addresses to be open to everybody.

Is there any information I can provide that could help nail the bug?

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 263587] BCC addresses shows bcc's to "To:" recipient

2011-09-16 Thread John King
https://bugs.kde.org/show_bug.cgi?id=263587


John King  changed:

   What|Removed |Added

 CC||j...@kingshome.co.uk




--- Comment #26 from John King   2011-09-16 16:05:48 ---
This bug is still present in 4.7.1

System
New installation of opensuse 11.4, updated to KDE 4.7.1

When I send emails to a single To: recipient with BCC to several other
recipients (not all gmail accounts), the To: recipient can see the BCC
addresses.

I have tested this with gmail smtp (smtp.gmail.com) and demon smtp
(post.demon.co.uk), with the same result.

If I send the email via Yahoo smtp (smtp.mail.yahoo.co.uk) the To: recipient
does not see the BCC addresses.

The bug is marked as WAITINGFORINFO.  What info is required?

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 278014] CC recipient can see BCC recipients

2011-07-18 Thread John King
https://bugs.kde.org/show_bug.cgi?id=278014


John King  changed:

   What|Removed |Added

 CC||j...@kingshome.co.uk




--- Comment #1 from John King   2011-07-18 17:01:48 ---
I cannot confirm this with kmail 2.1.96 on kde4.7RC2 from opensuse
repositories. The To-receiver does not see the Bcc-receiver

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 259633] Cannot create new folders under 'KMail Folders'

2011-07-17 Thread John King
https://bugs.kde.org/show_bug.cgi?id=259633





--- Comment #21 from John King   2011-07-17 16:34:18 ---
I can confirm that it is still not possible to create subfolders under 'Kmail
Folders' after 4.7 RC2 from the opensuse repositories (KDE 4.6.95 "Release 1".
I'm not using IMAP but retrieving mail via pop from gmail servers.

I also tried importing mail folders from my backup using the 'File-Import
messages' dialogue. During the import process I was able to create a subfolder
under 'Kmail Folders' to hold the imported mail. However, once the import
finished, I could no longer create any more folders.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 259633] Cannot create new folders under 'KMail Folders'

2011-07-15 Thread John King
https://bugs.kde.org/show_bug.cgi?id=259633


John King  changed:

   What|Removed |Added

 CC||j...@kingshome.co.uk




-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 233078] KAddressbook in KDE 4.4 is not feature-complete

2010-09-16 Thread John King
https://bugs.kde.org/show_bug.cgi?id=233078


John King  changed:

   What|Removed |Added

 CC||j...@kingshome.co.uk




--- Comment #16 from John King   2010-09-16 18:12:45 ---
It's good to see so many features back, especially the ability to sort on last
name again. I see that categories are also viewable in the individual record,
but I can't see any way to either filter or sort on them in order to identify a
subset of the address book. Is this work in progress?

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 251167] Several IMPORTANT features MISSING from the "kaddressbook" of KDE Kontact application, version 4.4.2

2010-09-14 Thread John King
https://bugs.kde.org/show_bug.cgi?id=251167


John King  changed:

   What|Removed |Added

 CC||j...@kingshome.co.uk




-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs