c960657 (Christian Schmidt)
- Login: c960657
- Registered on: 07/23/2020
- Last sign in: 03/19/2024
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 0 | 1 |
Activity
12/06/2021
-
08:16 PM Ruby Feature #17047: Support parameters for MAIL FROM and RCPT TO
- tommy (Masahiro Tomita) wrote in #note-12:
> How about this: https://github.com/ruby/net-smtp/pull/34
👍
Probably a good idea to make it a bit more explicit than my proposal.
05/13/2021
-
08:55 AM Ruby Feature #17047: Support parameters for MAIL FROM and RCPT TO
- I must admit that I don't know how widely supported these are. I doubt they are widely used.
Introducing new standards is often a chicken-or-egg problem. Why would anybody spend time on implementing a standard that nobody else support...
05/12/2021
-
07:20 AM Ruby Feature #17047: Support parameters for MAIL FROM and RCPT TO
- I would still appreciate some feedback on this :-)
11/28/2020
-
05:11 PM Ruby Feature #17047: Support parameters for MAIL FROM and RCPT TO
- Thanks.
New PR here: https://github.com/ruby/net-smtp/pull/18
11/22/2020
-
11:07 AM Ruby Feature #17047: Support parameters for MAIL FROM and RCPT TO
- I would appreciate some feedback on this. Thanks :-)
09/19/2020
-
02:34 PM Ruby Feature #17047: Support parameters for MAIL FROM and RCPT TO
- I am new to Ruby development. Please let me know if I need to do anything else to get this patch accepted.
07/23/2020
-
10:21 PM Ruby Feature #17047 (Open): Support parameters for MAIL FROM and RCPT TO
- ## Proposal
In `Net::SMTP`, add support for parameters for `MAIL FROM` and `RCPT TO`, such as [SMTPUTF8](https://tools.ietf.org/html/rfc6531) and [REQUIRETLS](https://tools.ietf.org/html/rfc8689).
I suggest extending `Net::SMTP#mailf...