Fixed issue 1 from eMBee list - changed usage of [email protected] address while replying
https://factor.cc/pad/p/sup-ideas - details about issue
@eMBee ping
@ty221: Please start using a descriptive title in the header of the pull request as well as more information in the description. Please update the your other PR / issues as well.
@gauteh Done
this seems to work, except for cases where the From: header is missing completely. in that case a reply has an empty To: field
@eMBee can't reproduce. When From in header is missing and there is only one recepient (me), it shows only customized view. Where there are multiple people, it shows two views: customized and recepient. Customized is empty, recepient imports emails propely
try with a different recipient, not you. try with multiple recipents in the To: header
I think name = "Sup Auto-generated Fake Sender <[email protected]> in message.rb should be made a class constant (split into name and email) and then referenced in that way both in message.rb and in your code, also, it would be nice to grep the rest of the code base to see if it should be replaced somewhere else.