Is there a way to limit or control evolution IMAP to not download attachments that are bigger than X bytes?
Asked
Active
Viewed 1,346 times
1 Answers
6
My solution is to add the rule ("Message"->"Create Rule")
Add Condition:
- Attachments = Exist
- Size(kB) = X000
Add Action:
Stop Processing
or Move to Folder (and exclude this folder from synchronization)

Denis
- 1,003
-
1isnt this rule applied at the client side? i.e. after the attachment has been downloaded? – fossfreedom Nov 17 '11 at 15:24
-
Yes, this is client-side rule , but this rule applied after downloading message's header only, before processing body and attachments – Denis Nov 17 '11 at 15:32
-
1ok - add this comment to your answer. – fossfreedom Nov 17 '11 at 15:34
-
1Great, it worked :) – Marcos Roriz Junior Nov 18 '11 at 02:38