You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 7, 2022. It is now read-only.
My goal is to bundle an IMAP proxy usable by endusers to sanitize email attachments transparently.
I am the maintainer of PyCIRClean and I'm going to write a python script that takes an email as input, lookup the attachment(s) with a script similar to this one, reattach the payload and return a "sanitized" email.
My question is the following: is there an easy way to hook a module to imapfw? I didn't find it in the documentation, sorry if I missed it.