piknik
piknik copied to clipboard
Copy/paste anything over the network.
I need to use the socks5 proxy to access GMAIL, but I did not find a place to set the proxy. How to set the proxy to socks5? Thanks.
Currently the attachments (my case inline) are named after the content type. Is there a way to change that name? If not, can this be implemented?.
Starts work on option 4 of #693. Still very WIP and incomplete.
#626, #672 and #690 have shown how hard it is to do headers in email. #685 tries to fix the first issue by correctly encoding the `Content-Disposition` header. That PR...
**Is your feature request related to a problem? Please describe.** Builder pattern is very error prone and currently have a bad impact on performance because of various type of checking....
**Describe the bug** I just ran into this via office365. If you use the docs example of `SmtpTransport::relay("smtp.office365.com")` it fails. What you need is SmtpTransport::starttls_relay instead. The error you get...
**Is your feature request related to a problem? Please describe.** Right now you either need to use a relay or look up the target IPs yourself. It would be nice...
Works towards implementing #650, however it only implements the sync/r2d2 part of it which is what we're using. Right now I'm not familiar with APIs of tokio/async-io to do the...
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,...
**Is your feature request related to a problem? Please describe.** My project supports configuring the SMTP client through a configuration file: SMTP server, sender mailbox, credentials, etc. One of the...