jeevatkm / ReplyWithHeader

Quoting Outlook style headers and Signatures for Mail.app
https://myjeeva.com/replywithheader
MIT License
64 stars 7 forks source link

Enhancement: Outlook style email address formatting and AddressBook lookup #29

Closed ghost closed 11 years ago

ghost commented 11 years ago

Outlook represents the From- and To-fields in the form: From: Firstname Lastname [mailto:address@somewhere.com] To: Firstname Lastname

The Plugin currently seems to copy the raw headers like From: "Firstname Lastname" address@somewhere.com To: "Firstname Lastname" address@somewhere.com

or like this, when there are no quotes in the header: From: Firstname Lastname address@somewhere.com To: Firstname Lastname address@somewhere.com

1) It would be nice for a future release to have a configurable option, to show this like Outlook do.

2) to have a selectable option only to show the Name always without email address if a name is present in the header.

3) Like 2) but going a step further: To have a selectable option to show the Name always without email address if a name is present in the header or the email address is found in the AddressBook.

Completed would this by having an option to suppress the mail address in the From- and To-Fields seperately (or show it only when there is no name available)

jeevatkm commented 11 years ago

Branching into #33 for AddressBook lookup

"3) Like 2) but going a step further: To have a selectable option to show the Name always without email address if a name is present in the header or the email address is found in the AddressBook."