-
-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BCC not visible in Mongo #771
Comments
Hi! You can find the bcc header value in mongo. In the |
The BCC header value will be present only on the message of the sender who specified the BCC value. Receivers will not see the header (as per the RFC). |
@leonidiy2000 Has that resolved the issue? If yes, I'll close this issue as resolved. |
Hi! I think I checked there already and didn't see it there. It's possible I didn't save it properly for the user, but I won't be able to check it in the nearest future. I think you can resolve and I will come back to it, if something isn't working |
Hello,
I am using
POST /users/{user}/mailboxes/{mailbox}/messages
endpoint, and have a question regarding the bcc field. I don't see the field anywhere in mongo, even though I have it on the payload. I tried sending it both in the 'root' of the request, next to from/to/cc (like in documentation) and in headers object. On message fetch later on bcc field is an empty array.Could you please help me with that, maybe I am doing something wrong.
The text was updated successfully, but these errors were encountered: