Post #2752865
2025-12-30 04:28 UTC
@ScottE@mastodon.social @nelson@tech.lgbt @jmason@mastodon.ie Hmm. 'deliver' can take email on stdin and send it to an IMAP server. That would avoid having to use any Gmail APIs at all. Using it with the --mda option to fetchmail looks promising.
Replies (1)
-
@ScottE@mastodon.social 2025-12-30 04:46
@tknarr@mstdn.social @nelson@tech.lgbt @jmason@mastodon.ie Yeah, the benefit of IMAP is no restricted API calls, but the downside is no filtering on Google's side. You'd have to implement spam and other filters upstream with Sieve or something.