The Wayback Machine - https://web.archive.org/web/20201104043042/https://github.com/topics/smtp-client
Skip to content
#

smtp-client

Here are 170 public repositories matching this topic...

alanpost
alanpost commented Aug 24, 2019

If one were to compile the qmail code with -Wall -Werror, the following error is produced:

./compile tcpto.c
tcpto.c: In function ‘tcpto_err’:
tcpto.c:139:34: error: ‘firstwhen’ may be used uninitialized in this
function [-Werror=maybe-uninitialized]
      if ((firstpos < 0) || (when < firstwhen))
                            ~~~~~~^~~~~~~~~~~~

Is there a conditio

robert-virkus
robert-virkus commented May 9, 2020

Currently SMTP API users need to parse responses to ehlo() manually. There should be a high level API for accessing such data, e.g. to retrieve the maximum size of messages, if 8 bit / utf-8 messages are accepted, etc.

Sample response:

250-PIPELINING
250-SIZE 200000000
250-ETRN
250-AUTH PLAIN LOGIN OAUTHBEARER
250-AUTH=PLAIN LOGIN OAUTHBEARER
250-ENHANCEDSTATUSCODES
250-8BITMIME

Improve this page

Add a description, image, and links to the smtp-client topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the smtp-client topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.