-
Updated
Oct 2, 2020 - PHP
smtp
Here are 1,039 public repositories matching this topic...
-
Updated
Oct 1, 2020 - Ruby
-
Updated
Apr 11, 2020 - Ruby
-
Updated
Oct 3, 2020 - Go
-
Updated
Sep 29, 2020 - C#
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
Oct 3, 2020 - Python
-
Updated
Sep 1, 2020 - Go
-
Updated
Aug 8, 2020 - Go
-
Updated
Jun 11, 2020 - C
-
Updated
Oct 2, 2020 - JavaScript
-
Updated
Jul 23, 2020 - JavaScript
-
Updated
Jun 3, 2017 - Swift
- endpoint: Counter of panics in IMAP/SMTP endpoints, should they happen
- remote: Negotiated TLS version
- endpoint: Negotiated TLS version
- remote: Amount of sent messages (?)
- ???
-
Updated
Jul 15, 2020 - JavaScript
Fix homebrew tap
Homebrew tap is way out of date, goreleaser should be able to generate a new one. Not sure if it will help with launching Inbucket at boot.
When using default settings, users will experience fewer bugs. So when there are issues, resetting to the default can be a quick fix/workaround. And this can lead to better bug reports.
We did this in Tiki for http://doc.tiki.org/Site-configuration-preferences. I got used to it and miss it in other applications. Basically, it shows user which settings have been modified and lets them reset to
Is your feature request related to a problem? Please describe.
SendableEmail is not Sync at the moment. I think this is because the body of the email is represented by (Box<dyn Read + Send>), which doesn't have the Sync marker trait. Being !Sync prevents sharing &SendableEmail between threads, and sending them to executors that require Sync for such references. It also prevents
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."
MXAPI (Mailbox API)
The MXAPI (Mailbox API) is a set of functions that each backend (Imap, Maildir, etc) supports.
They're documented in
struct MxOps:https://github.com/neomutt/neomutt/blob/d9cb4825bec1c833229d51acc9a0976e6c31ca7e/mx.h#L104-L291
The frontend calls wrapper functions in
mx.cthat call the relevant backend function. e.g.The frontend:
https://github.com/neomutt/