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 was archived by the owner on Jul 12, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ Griddler::Email attributes
105
105
| `#raw_html` | The raw html part of the body.
106
106
| `#raw_body` | The raw body information provided by the email service.
107
107
| `#attachments` | An array of `File` objects containing any attachments.
108
-
| `#headers` | A hash of headers parsed by `Mail::Header`.
108
+
| `#headers` | A hash of headers parsed by `Mail::Header`, unless they are already formatted as a hash when received from the adapter in which case the original hash is returned.
109
109
| `#raw_headers` | The raw headers included in the message.
0 commit comments