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

smtp-client

Here are 201 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

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