Results 53 comments of Martin Lambers

OK, can you update this to also support `$XDG_CONFIG_HOME/msmtpq/config` in addition to (or instead of) `~/.msmtpqrc`? To make the freedesktop.org people happy and allow for a cleaner `$HOME`.

The msmtpq script does not have a maintainer currently, so go ahead :)

There is the `--read-envelope-from` option, which takes the envelope from address from the `From:` header. With this option, msmtp chooses a matching account based on this envelope from address. To...

A workaround could be to set `/usr/sbin/sendmail` to something like this: ``` #!/bin/sh exec /usr/bin/msmtp --read-envelope-from ... "$@" ``` While it is possible to add a configuration command like `read_envelope_from`,...

If we added `from header` (or an extra command, e.g. `read_envelope_from on`), then this would only be useful if msmtp knows which account to use via some way other than...

Thanks for these comments. I'll close this issue now since I see no way to add this functionality without breaking something.

I have no plans to implement any of this, for the following reason: Nowadays every SMTP session must be protected with TLS. When TLS is active, there is no reason...

Simon Josefsson convinced me that msmtp should support SCRAM-SHA-256. It now does. However, I am still convinced that the SCRAM-* methods are just an unnecessary complexity and offer no real...

Hi! > Can you look for mpop too, to have same into mpop and msmtp? > [...] > But the PR is not merged and it is closed: > *...

> mimap would be an IMAP client, like mpop is a POP3 client ;) > It will be really nice... Ah, ok. I'd like to do that, see here for...