Skip to content
This repository has been archived by the owner on Mar 2, 2020. It is now read-only.

Use headers to show what the mail will look like in your inbox #45

Closed
wants to merge 1 commit into from
Closed

Conversation

MattRogish
Copy link

Message.to / from will only show the email parts, and not the name, if you've added one. Feels a bit "nicer" to show this in there, because there's some cognitive overhead of going - where's the name bits?

i.e.,
message.to = 'Bob Ross bob@bobross.com'

message.to => 'bob@bobross.com'
message.header['To'] => 'Bob Ross bob@bobross.com'

Message.to / from will only show the email parts, and not the name, if you've added one. Feels a bit "nicer" to show this in there, because there's some cognitive overhead of going - where's the name bits?

i.e.,
message.to = 'Bob Ross <bob@bobross.com>'

message.to => 'bob@bobross.com'
message.header['To'] => 'Bob Ross <bob@bobross.com>'
@MattRogish
Copy link
Author

@MattRogish MattRogish closed this Jul 17, 2013
@MattRogish MattRogish deleted the patch-1 branch July 17, 2013 16:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant