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

smtp-server

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

chibenwa
chibenwa commented Oct 1, 2019

Link to JIRA: https://issues.apache.org/jira/browse/JAMES-2902

Apache James is a modular mail server. One of his capabilities is to allow the user to define 'hooks' being executed on top of SMTP commands.

However, such a mechanism does not have integration test, which should be addresses!

Inspiring yourself from the work conducted for HeloHook here: https://github.com/linagora/james-proje

Improve this page

Add a description, image, and links to the smtp-server 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-server topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.