[#100689] [Ruby master Feature#17303] Make webrick to bundled gems or remove from stdlib — hsbt@...
Issue #17303 has been reported by hsbt (Hiroshi SHIBATA).
11 messages
2020/11/02
[#100852] [Ruby master Feature#17326] Add Kernel#must! to the standard library — zimmerman.jake@...
SXNzdWUgIzE3MzI2IGhhcyBiZWVuIHJlcG9ydGVkIGJ5IGpleiAoSmFrZSBaaW1tZXJtYW4pLg0K
24 messages
2020/11/14
[#100930] [Ruby master Feature#17333] Enumerable#many? — masafumi.o1988@...
Issue #17333 has been reported by okuramasafumi (Masafumi OKURA).
10 messages
2020/11/18
[#101071] [Ruby master Feature#17342] Hash#fetch_set — hunter_spawn@...
Issue #17342 has been reported by MaxLap (Maxime Lapointe).
26 messages
2020/11/25
[ruby-core:101019] [Ruby master Feature#17047] Support parameters for MAIL FROM and RCPT TO
From:
merch-redmine@...
Date:
2020-11-22 18:15:04 UTC
List:
ruby-core #101019
Issue #17047 has been updated by jeremyevans0 (Jeremy Evans). c960657 (Christian Schmidt) wrote in #note-5: > I would appreciate some feedback on this. Thanks :-) Sorry for the lack of response. Please close your ruby/ruby pull request and submit a pull request to the upstream net-smtp repository: https://github.com/ruby/net-smtp/pulls ---------------------------------------- Feature #17047: Support parameters for MAIL FROM and RCPT TO https://bugs.ruby-lang.org/issues/17047#change-88692 * Author: c960657 (Christian Schmidt) * Status: Open * Priority: Normal ---------------------------------------- ## 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#mailfrom` and `Net::SMTP#rcpto` so they accept an additional optional Array or Hash of parameters. For `Net::SMTP#send_message` and `Net::SMTP#open_message_stream`, I suggest that in addition to a String email address (or arrays of Strings), these methods should accept a pair (or arrays of pairs) of `[addr, params]`, where `addr` is the String email address, and `params` is an Array or Hash of parameters. In order for the parameters to be useful, we should expose the capabilities reported by `EHLO`, so `capable?` should be made public. Pull request: https://github.com/ruby/ruby/pull/3359 -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:[email protected]?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>