In rails 4, after reading the documentation, I can see how to get the "from" field : @email.from[:email] from the Email object, but I cannot find how to get the bcc field.
I am trying to get the bcc field of emails I am catching with the sendgrid Inbound Parse service. Any ideas how to do that?