-
-
Python's smtplib has a LMTP client for sending mails through the LMTP protocol. This is missing from aiosmtplib, are there plans for supporting sending emails through LMTP?
-
The latest version (4.2.1) is altering mails sent via ltmp when parts are null or empty.
Analyzing code it seems that the only fast solution is to set dbmail_mimeparts(data) as being able to be set …
-
quite regular I notice the following error message in the `mail.log` I do not miss any message and it is stored - but I can't see a reason for this kind of message.
The references I can find in th…
-
```
I suspect supporting LMTP would be as simple as recognizing the LHLO command as
an alias for HELO.
Is this something that can be done as an API consumer, or would it require a
modification to …
-
I wrote this configuration script (following the manpage, `smtpd.conf(5)`). I censored some parts with "***".
```
edolg$ cat /etc/mail/smtpd.conf
# $OpenBSD: smtpd.conf,v 1.14 2019/11/26 …
-
BPO | [32803](https://bugs.python.org/issue32803)
--- | :---
Nosy | @warsaw, @middagj
PRs | python/cpython#18896
*Note: these values reflect the state of the issue at the time it was migrated and mig…
-
Error in the following function (iso_fit$y[i] returns supplied outcomes):
isotonic_projection
-
```
I suspect supporting LMTP would be as simple as recognizing the LHLO command as
an alias for HELO.
Is this something that can be done as an API consumer, or would it require a
modification to …
-
**Issue:** I keep getting the error message `Error in id.split[[v]] : subscript out of bounds` but have not been able to locate in the R package scripts of `lmtp` the code where this issue might occur…