Skip to content

Commit

Permalink
fix README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
ikvk committed Jun 8, 2020
1 parent c0b8fd0 commit c194334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Message and Attachment public attributes are cached by functools.lru_cache
att.payload # bytes: b'\xff\xd8\xff\xe0\'
message.obj # email.message.Message: original object
message.from_values # dict or None: {'email': '[email protected]', 'name': 'Van 你', 'full': 'Van 你 <[email protected]>'}
message.from_values # dict or None: {'email': '[email protected]', 'name': 'Ya 你', 'full': 'Ya 你 <[email protected]>'}
message.to_values # tuple: ({'email': '', 'name': '', 'full': ''},)
message.cc_values # tuple: ({'email': '', 'name': '', 'full': ''},)
message.bcc_values # tuple: ({'email': '', 'name': '', 'full': ''},)
Expand Down

0 comments on commit c194334

Please sign in to comment.