Alexis Mousset

Results 57 issues of Alexis Mousset

After #623 `Bcc` header is removed from formatted message, we should do something better. The presence of the header should depend on the chosen transport.

We currently expose a [low-level SMTP interface](https://docs.rs/lettre/0.9.5/lettre/smtp/commands/struct.MailCommand.html) in lettre. It may make more sense to move it to a separate crate and remove it from lettre public API. If so,...

type:feature
component:transport

Through S/MIME or gpg.

type:feature
component:builder

* [x] Move away from `hyperx` (issues #443, #474) * [x] Decide if we want stub transport * [ ] Pool for AsyncSmtpTransport * [ ] Timeouts in AsyncSmtpTransport *...

type:feature

This would allow replying, modifying emails, etc.

type:feature
component:builder

https://rust-lang-nursery.github.io/api-guidelines/

type:feature

- Authentication - Encryption - ... Maybe with docker.

type:feature
component:transport

Add support for one (or several) transports based on a Web API. See https://github.com/gsquire/sendgrid-rs/ for example.

type:feature
component:transport

Add a streaming interface for messages, to allow keeping memory usage low with big attachments. We should be able to read attachments from disks when sending the message.

type:feature
component:builder
component:transport

Like nodemailer does, for example. This would ease SMTP transport configuration.

type:feature
component:transport