Closed
Description
my config.yml
imap:
username: [email protected]
password: abc123
server: mail.abc.com
port: 993
attachments:
mimetypes:
- application/zip
- image/png
- text/plain
- image/jpeg
mails:
subjects: #[]
- invoce, amazon
but mail-download still fetch all attachments , no matter what the subject is.
for example , I wrote a mail which subject is Chinese which is obviously not contain the keyword in yml file
but mail-downloader still download the attachment from that mail.