| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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] Update AUTH=PLAIN to be a little closer to RFC4616 | nicholas a. evans | |
| * Add authzid support * must not contain NULL chars * improve rdoc https://github.com/ruby/net-imap/commit/a587fc71b7 | |||
| 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 | |||
