fdm
fdm copied to clipboard
fdm source code
Hi @nicm, This is just to let you (and fdm users) know that I have released [mailctl](https://github.com/pdobsan/mailctl) a small utility to provide the other two OAuth2 functionalities (token renewal, and...
Hey. It would be cool if FDM searched `$XDG_CONFIG_HOME` for `fdm.conf`, which is part of the [XDG base directory specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html).
Using the remove-headers function leaves all multi line headers unwrapped. This affects the received lines and some other headers, which now are all written in a single line. I'm trying...
I think it would be nice to have an explicit and easy to find license file that covers the whole project, even though it's already declared at the top of...
Using an action that rewrites the message, and then adds a header, as in ``` action "bogofilter" { remove-header "X-Bogosity" rewrite "/usr/local/bin/bogofilter -e -p -u" add-header "X-Filtered-Date" value "%[rfc822date]" }...
When I try to deliver messages to my **MS Exchange 2007** via IMAP the whole thing stops when doing `APPEND `since Exchange doesn't reply with `OK APPEND completed.`, and after...
Implement daemon mode (-d) with "fetch-frequency" configuration option (default 5 minutes). Fork into the background with daemon() and log to syslog, looping through accounts fetching all folders. On errors, try...
While setting up `fdm` in `Termux`, I encountered a delivery failure into a maildir mailbox. Specifically, `fdm` would successfully fetch mail to `tmp/`, but fail to move it to `new/`....
According to [RFC822](https://www.rfc-editor.org/rfc/rfc822.html#section-4.1), there's a semicolon delimiter before the timestamp in the "received" header. ``` received = "Received" ":" ; one per relay ["from" domain] ; sending host ["by" domain]...
I think #113 is actually an `autoconf` bug https://github.com/stedolan/jq/issues/1093 https://savannah.gnu.org/support/?110266 I don't think the bug is really fixed yet. And I tried to switch to `AC_PROG_BISON` like in that bug...