Summary: | Request Disposition Notification option not implemented | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | Sabine Faure <sabine> |
Component: | composer | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | VERIFIED FIXED | ||
Severity: | normal | CC: | amantia, lfranchi |
Priority: | NOR | Keywords: | akonadi-ports-regression |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Bug Depends on: | |||
Bug Blocks: | 223438 |
Description
Sabine Faure
2010-05-19 00:48:27 UTC
> Apart from that the email does not look any different than the other ones
I think that is ok, it seems that the Disposition-Notification-To is the only header field that needs to be added.
So the bug here is that KMail will not send out responses to MDN requests.
I verified and found the following: 1) MDN creation in the composer works. 2) MDN dialog is shown in the viewer IF "Mark selected messages as read after XX sec" is enabled in Settings-Misc-Folders. This is behavior wise the same as in KMail 1. 3) In the response for some reason the From: header is not set. This is a bug. SVN commit 1132998 by lfranchi: Finish fixing MDN options. Should behave correctly in all cases now. BUG: 238107 M +2 -0 kmail/mdnadvicedialog.cpp M +1 -1 messagecomposer/messagefactory.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1132998 I retested this today and I still get the same behaviour as described above ('Disposition-Notification-To: Name Surname <email address>' in the plain text file of the recipient's email and no email sent back to the sender to inform him that the email has been read) Am I testing this correctly or should I use different steps to test this functionality correctly? Trunk, Svn Rev 1141839 hmm, I still can't reproduce. I just successfully sent an MDN and then a MDn receipt. What setting do you have in Configure->Security->Send Policy? the options are Ignore / Ask / Deny / Always Send you should have Ask or Always Send. if Ignore is selected, that is why it is not being sent. Thx for the tip Leo ;o) I had 'Ignore' set as default in the security section of the configure dialogue. Once I set 'Ask' it worked fine: The sender receives an automatic email called 'Message Disposition Notification' from the recipient with the following message:'the message sent on 04/07/2010 21:53 to EmailOfTherecipient with subject "New email 4" has been displayed. This is no guarantee that the message has been read or understood. Trunk, Svn Rev 1145265 |