smtp-server
Here are 207 public repositories matching this topic...
In the envelope method to parse headers, the function comment says:
// It assumes that at most 30kb of email data can be a header
And the associated comment a few lines later seems to suggest that a header can be up to 30kb.
-
Updated
May 21, 2020 - JavaScript
As there are a lot of E-Mails in our SMTP4Dev installation, some users dersire a search functionality. I already suggested to use the "integrated" search on site functionality from the brwoser, but that seems not enough. They want to be able to search for body contet.
So this is a Feature request to integrate a Search functionality where usesrs can search for:
- Subject content
- Body conte
I have Rails app, which uses utf-8 encoding.
First problem:
Sep 3 10:45:07 localhost mailslurper[61761]: time="2019-09-03T10:45:07+02:00" level=error msg="There was an error while storing your mail item: Error inserting new mail item in StoreMail: Error 1406: Data too long for column 'contentType' at row 1" who="Database Receiver"
appears when column contentType of table mailitem u
Update websocket
DoS vulnerability fixed in https://github.com/gorilla/websocket/releases/tag/v1.4.1
I was just catching up on the change logs, and noticed that options.secured from 3.4.0 was not in the official docs, is it supposed to be?
Python 2.7 will be end of life'd sometime in 2020, so that will leave us free to move away from smtpd:
http://aiosmtpd.readthedocs.io/
aiosmtpd promises a nicer API and a few ESMTP extras. It also comes with a LMTP class, which means we'll have feature parity between SMTPServer and LMTPServer.
postfix.admin
Is there an API for updating postfix.admin aliases?
I wish that when I add an email address I can also select the alias to which it will be added
-
Updated
May 11, 2020 - Shell
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
Suggestion : add section in README « How to configure DKIM keys ».
I think that for the time being I need to put DKIM keys directly in database with sql requests?
-
Updated
May 6, 2020 - PHP
-
Updated
Aug 24, 2018 - Go
The example files are installed to a very generic location (i.e. examples below site-packages), when building and installing this library.
This will introduce name clashes, when installing in an operating system wide context (and other libraries install to that directory as well) and/or potentially overwriting other files, when in
-
Updated
Oct 9, 2019 - Python
-
Updated
May 20, 2020 - Kotlin
-
Updated
May 11, 2020 - Shell
-
Updated
Mar 16, 2020 - Shell
-
Updated
Jan 16, 2020 - Go
-
Updated
Dec 31, 2019 - JavaScript
-
Updated
Mar 7, 2020 - C#
-
Updated
Mar 23, 2020 - PHP
-
Updated
Mar 12, 2020 - Go
-
Updated
May 27, 2020 - Java
-
Updated
May 9, 2020 - Java
-
Updated
May 17, 2020 - Python
Improve this page
Add a description, image, and links to the smtp-server topic page so that developers can more easily learn about it.
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."
On windows, mocha chokes on your test command. Use the following. The
--is necessary for windows batch wrapper