Ticket #79 (assigned enhancement)

Opened 2 months ago

Last modified 1 month ago

Clear up the confusion between author and sender in Message

Reported by: fs Owned by: fs
Priority: normal Milestone: 3.0
Component: message-class Version:
Keywords: Cc:

Description

The Message class from trunk (upcoming 3.0) has an author and a sender attribute. This always puzzles me because I never know which one is the SMTP envelope from, the message header from and if sender sets the sender header. The old TurboMail was much clearer in this respect.

Therefore I will prepare a patch with reverts the behavior to the old API in TurboMail 2.x.

Attachments

author_revert_79 (3.3 kB) - added by fs 2 months ago.
I decided to use 'from_' as parameter because this does really is the closest to the rfc822 header field and 'from' is a reserved word in Python.

Change History

Changed 2 months ago by fs

I decided to use 'from_' as parameter because this does really is the closest to the rfc822 header field and 'from' is a reserved word in Python.

Changed 1 month ago by fs

  • status changed from new to assigned
Note: See TracTickets for help on using tickets.