smtp-client
Here are 149 public repositories matching this topic...
Ideally, the ImapClientDemo sample would also demo IDLE support and restoring the connection if/when it gets dropped.
in elif ACL_WINDOWS
lib_acl/src/net/acl_vstream_net.c
line 117
@@ -114,7 +114,7 @@ ACL_VSTREAM *acl_vstream_accept_ex(ACL_VSTREAM *sstream,
connfd = acl_accept(servfd, buf, sizeof(buf), NULL);
} else if (sstream->iocp_sock == ACL_SOCKET_INVALID) {
return NULL;
- else {
+ } else {
int ret;
co
-
Updated
Sep 3, 2019 - Python
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
-
Updated
Oct 9, 2019 - Python
-
Updated
May 8, 2020 - Python
-
Updated
Sep 15, 2019 - C#
-
Updated
Dec 12, 2019 - Java
-
Updated
Apr 11, 2020 - Go
For your Gmail account, need to turn "Less secure app access" -> "Allow less secure apps" from OFF to ON.
-
Updated
Apr 28, 2020 - C
-
Updated
Jan 7, 2019 - Go
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
Namenow implements aStringmethod 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
-
Updated
Oct 8, 2018 - PHP
-
Updated
Apr 8, 2018 - C++
-
Updated
Sep 13, 2018 - Python
-
Updated
Feb 25, 2020 - Smalltalk
-
Updated
Feb 13, 2020 - PHP
-
Updated
May 8, 2020 - C#
-
Updated
Jan 2, 2020 - JavaScript
-
Updated
Nov 18, 2019 - Elixir
Add more use cases under "Examples" (each one would need to be tested and verified first):
- Update existing event using various
methodtypes: REQUEST, ADD, REFRESH... - Send HTML body using images uploaded with
file_attachments - Send TEXT body
- Example using SendGrid SMTP settings
- An example using default credentials
- Using
profile_nameto auto-complete
Improve this page
Add a description, image, and links to the smtp-client topic page so that developers can more easily learn about it.
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."
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