| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-05-27 | Promote net-imap to the bundled gems | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4530 | |||
| 2021-05-06 | [ruby/net-imap] Clean up authenticators rdoc | nicholas a. evans | |
| Added RFC links to all SASL mechanism specifications. https://github.com/ruby/net-imap/commit/53ff4b0c09 | |||
| 2021-05-06 | [ruby/net-imap] Move each authenticator to its own file | nicholas a. evans | |
| Also updates rdoc with SASL specifications and deprecations. Of these four, only `PLAIN` isn't deprecated! +@@authenticators+ was changed to a class instance var +@authenticators+. No one should have been using the class variable directly, so that should be fine. https://github.com/ruby/net-imap/commit/23f241b081 | |||
