Skip to content
#

smtp

Here are 1,123 public repositories matching this topic...

gahr
gahr commented Dec 9, 2020

In #2761 I introduced a new API, struct Mailbox *ctx_mailbox(struct Context* ctx), which has the sole purpose to avoid boilerplate like if (Context && Context->mailbox).

I would like to use the API more extensively, whenever Context->mailbox is used. This needs to be done with care as Context is a global variable and its contents might change when calling other functions.

This would

golddranks
golddranks commented Sep 29, 2020

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

marclaporte
marclaporte commented May 6, 2020

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

Improve this page

Add a description, image, and links to the smtp 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 topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.