Attachment¶
email_profile.parser.Attachment
¶
Bases: BaseModel
One attachment from an email.
Source code in email_profile/parser.py
38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | |
content
instance-attribute
¶
content_type
instance-attribute
¶
file_name
instance-attribute
¶
model_config = ConfigDict(arbitrary_types_allowed=True)
class-attribute
instance-attribute
¶
save(path='.')
¶
Write to path/
Source code in email_profile/parser.py
47 48 49 50 51 52 53 54 55 56 | |