imapfilter icon indicating copy to clipboard operation
imapfilter copied to clipboard

IMAP mail filtering utility

Results 56 imapfilter issues
Sort by recently updated
recently updated
newest added

Hi I have written a systemd service for imapfilter. When I start this imapfilter also runs once. However, the process does not stay active and continues to check the emails...

I came up with a simple dockerfile for imapfilter, might be helpful for easy deployment on servers. All you really need to do is set a bind mount pointing to...

Greetings! Thank you for writing imapfilter. I am a new user and am planning on using imapfilter via cron. I'd like to only be notified of serious errors from cron's...

Used by the imapfilter systemd template file I'm working on. Systemd template files use the 'imapfilter@{user}.service' pattern, making it easy to run a separate imapfilter instance per user. - A...

If I disconnect (unplug the network or whatever) while in IDLE, and then signal USR1, it doesn't handle the signal immediately, but instead waits for the timeout (or until plugged...

I apologize if this is long winded, I wanted to post this for years and it seems today is the day! I have imapfilter running at a box that is...

First of all: Thank you for a great project! I implemented a custom sorting mechanism which iterates over every message in a mailbox and uses `:fetch_field` to fetch header, which...

Is it possible to IDLE-wait on any any mailbox of an account? I know you can idle-wait on the inbox with ``` while true do success = account.Inbox:enter_idle() if success...

I wonder if there exist any strategy to make the move traceable. So that we can understand why a mail is moved to a specific folder. I first thought that...

At my work mail server encodes whole subject to base64 if it contains at least one non-ascii character. This problem persists not only with me, if google for "decode mail...