Skip to content
#

smtp-client

Here are 149 public repositories matching this topic...

BjarniRunar
BjarniRunar commented Jul 21, 2019

Mailpile should automatically stop trying to re-check a mailbox/folder which has been deleted from the source/server.

This should be done in such a way that if the mailbox reappears, polling starts again. This should be relatively straightforward, mostly we need to make sure that each individual mailbox type communicates clearly that it's "gone" (not just temporarily unavailable) and the master

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

philpennock
philpennock commented Feb 16, 2018

In the code, wherever we currently reference .CommonName, that was a short-cut because I didn't want to write a full name construction function.

As of Go 1.10, per release notes:

crypto/x509/pkix
Name now implements a String method that formats the X.509 distinguished name in the standard RFC 2253 format.

We should switch to using this and make sure the results still look sa

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.