piknik icon indicating copy to clipboard operation
piknik copied to clipboard

Copy/paste anything over the network.

Results 89 piknik issues
Sort by recently updated
recently updated
newest added

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.

type:feature
component:transport

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...

component:builder

**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...

type:feature
component:transport

**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...

type:feature
component:transport

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,...

type:feature
component:transport

**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...

type:feature
component:builder