smtp
Here are 944 public repositories matching this topic...
Link to API is down
The Status Checks explanation for missing DNSSEC is not clear enough on what the DNSKEY record should look like. I would like the DNSSEC explanation to display what the DNSKEY should look like, to copy and paste into the registrar's form.
We registered a Russian domain for a client at nic.ru who support DNSSEC, with a manual setup.
. We should document:
- that setting
listento the special port 465 creates an SMTPS server instead of a regular one. - that the above 'special port' can be changed
Ideally, the ImapClientDemo sample would also demo IDLE support and restoring the connection if/when it gets dropped.
Can you make the menu appear when you click the right mouse button.
Menu when you click on the message:
Forward
Mark as
Spamming
Move
Delete
Create Filter
Menu when you click on a folder:
Clear
Squeeze
Set password
Is it possible?
On windows, mocha chokes on your test command. Use the following. The -- is necessary for windows batch wrapper
"scripts": {
"test": "./node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha -- -R spec"
},
Docker documentation
-
Updated
May 28, 2020 - Go
With 1.8 we will have a fully working kubernetes based deployment of mailu and a helm chart. Helm 3 is out, so the helm chart can fully replace the current static k8s examples (static k8s files can be created with helm3 at client side without special requirements to the kubernetes cluster and even without running kubernetes).
I'd like to modify the documentation:
- replace existing kubernetes
The Help Browser is a new feature to bring online help to NeoMutt.
The code is in the devel/help branch.It adds a new config variable:
$help_doc_dirwhich should point to a copy of thetest-docrepo.
Help can be activated by pressing Alt-H
Part 1
Add a new config var
@gabrielmongefranco thank you for contacting me. In terms of contributing, we could certainly use your skills. Several things spring to mind.
We need to automate the process of building binary releases for the various popular distros (aka rpm/deb files), and writing a proper install/setup script. Our Jenkins server could handle the former, as it already does nightly build/test jobs on CentOS/De
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.
Is it possible to run this in one (or more) Docker containers? I'd really like to know.
I suppose I could try to write a docker-compose file but my knowledge of Docker, networking, email standards, etc are not up to the task. So I'd feel more comfortable if someone more knowledgeable could pick up this task.
-
Updated
May 21, 2020 - JavaScript
-
Updated
Jun 3, 2017 - Swift
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
🚀 Feature
It would be nice to automatically add a user's Github repositories when github connect is enabled.
Design, Layout, Architecture
It should be pretty easy to query the user's repositories and add them to the user settings on github connect. The Github API already has an endpoint to list them, so we just need to write some code to fetch the list, parse it, and add them to the us
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?
Hi,
I have a feature request: Parsing emails from {buffer, file} would be really nice.
Because right now, you can write an email client with lettre, which stores mails on the filesystem (for sending them later), but you cannot (conveniently) load them later (loading would be necessary to check whether the files are still valid emails, for example) to send them out.
Also, you cannot use le
The current implementation keeps making attempts with 30 seconds delay. This might not be the best approach. Probably the delay should grow exponentially like it does with message queue retries (of course, it should be reset after a successful update and should have an upper bound at like 30 minutes)
The code to change:
https://github.com/foxcpp/maddy/blob/8f1d57293cb2135da75503e853101d8e0b7f3
A first glance, loosing frames might seem strange on single link.
should be:
A first glance, losing frames might seem strange on single link.
Improve this page
Add a description, image, and links to the smtp topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the smtp topic, visit your repo's landing page and select "manage topics."
Hi there,
after spending quite some time figuring why Email sending with a certain smtp server does not work, I found its an SSL issue.
Most widely on the web the found solution is to unset some ssl checks:
However