6

Is there a way to limit or control evolution IMAP to not download attachments that are bigger than X bytes?

1 Answers1

6

My solution is to add the rule ("Message"->"Create Rule")
see rule
Add Condition:

  1. Attachments = Exist
  2. Size(kB) = X000

Add Action:

  • Stop Processing

  • or Move to Folder (and exclude this folder from synchronization)

Denis
  • 1,003