You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 3, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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 theTo
header are set toundisclosed-recipients:;
and the actual recipient is set in theBcc
header.We should be able to handle BCC'd emails by setting the
To
field to the contents of theBcc
field if theTo
field containsundisclosed-recipients:;
. However, it would need some extra testing.The text was updated successfully, but these errors were encountered: