martinrusev / imbox

Python IMAP for Human beings
MIT License
1.18k stars 190 forks source link

How do I download the attachments #158

Closed Freakwill closed 5 years ago

Freakwill commented 5 years ago

How do I download the attachments?

sebix commented 5 years ago

What about reading the README?

Freakwill commented 5 years ago

What about reading the README?

It is not convenient to load the attachments, reading then writing them. What about defining a loading method for attachment, such as attachment.load(path) (OOP style) or imbox.load(attachment, path) (FP style)?