Skip to content
This repository has been archived by the owner on Oct 3, 2021. It is now read-only.

Parse BCC'd recipient emails correctly #13

Open
akrantz01 opened this issue Aug 17, 2021 · 0 comments
Open

Parse BCC'd recipient emails correctly #13

akrantz01 opened this issue Aug 17, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@akrantz01
Copy link
Member

Whenever we are sent an email that was BCC'd, we fail to parse the recipients in the To header as it is not a valid email address. In a BCC email, the recipients in the To header are set to undisclosed-recipients:; and the actual recipient is set in the Bcc header.

We should be able to handle BCC'd emails by setting the To field to the contents of the Bcc field if the To field contains undisclosed-recipients:;. However, it would need some extra testing.

@akrantz01 akrantz01 added the bug Something isn't working label Aug 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant