summaryrefslogtreecommitdiff
path: root/lib/net
AgeCommit message (Expand)Author
2021-06-16[ruby/net-protocol] Get rid of `__send__`Nobuyoshi Nakada
2021-05-31[ruby/net-protocol] Bump version to 0.1.1Hiroshi SHIBATA
2021-05-27Promote net-smtp to the bundled gemsHiroshi SHIBATA
2021-05-27Promote net-pop to the bundled gemsHiroshi SHIBATA
2021-05-27Promote net-imap to the bundled gemsHiroshi SHIBATA
2021-05-27Promote net-ftp to the bundled gemsHiroshi SHIBATA
2021-05-12[ruby/net-ftp] Bump version to 0.1.2Shugo Maeda
2021-05-06[ruby/net-http] Do not require stringioKazuki Yamaguchi
2021-05-06Fixed the file path for net-imap.gemspecHiroshi SHIBATA
2021-05-06Move net-imap.gemspec to under the lib/net/imap directory.Hiroshi SHIBATA
2021-05-06[ruby/net-imap] Many documentation improvementsnicholas a. evans
2021-05-06[ruby/net-imap] Move send_*_data into net/imap/command_datanicholas a. evans
2021-05-06[ruby/net-imap] Move flags to net/imap/flagsnicholas a. evans
2021-05-06[ruby/net-imap] Move UTF7 & datetime formatting to net/imap/data_encodingnicholas a. evans
2021-05-06[ruby/net-imap] move command data formatters to net/imap/command_datanicholas a. evans
2021-05-06[ruby/net-imap] move response data structs to net/imap/response_datanicholas a. evans
2021-05-06[ruby/net-imap] move ResponseParser to lib/net/imap/response_parsernicholas a. evans
2021-05-06[ruby/net-imap] Clean up authenticators rdocnicholas a. evans
2021-05-06[ruby/net-imap] Update AUTH=PLAIN to be a little closer to RFC4616nicholas a. evans
2021-05-06[ruby/net-imap] Move each authenticator to its own filenicholas a. evans
2021-04-28[ruby/net-imap] Fix typo intentionaly -> intentionally [ci skip]Ryuta Kamizono
2021-04-28[ruby/net-http] Initialize OpenSSL early before creating TCPSocketJeremy Evans
2021-04-28[ruby/net-http] Fix the regexp used to clean the hostJean Boussier
2021-04-28[ruby/net-http] Decode user and password from env configured proxyLukas Eipert
2021-04-28[ruby/net-http] Replace Timeout.timeout in Net:HTTP#connectmohamed
2021-04-28[ruby/net-smtp] mod: bump to a new VERSION that could be checked for testings...Tom Freudenberg
2021-04-28[ruby/net-smtp] Removed needless files from Gem::Specification#filesHiroshi SHIBATA
2021-04-28[ruby/net-smtp] Replace Timeout.timeout with socket timeoutmohamed
2021-04-28[ruby/net-smtp] Net::SMTP.start() and #start() accepts ssl_context_params key...Tom Freudenberg
2021-04-27[ruby/net-ftp] Replace "iff" with "if and only if"Gannon McGibbon
2021-04-27[ruby/net-ftp] Reduce resource cosumption of Net::FTP::TIME_PARSERShugo Maeda
2021-04-27[ruby/net-ftp] Close the passive connection data socket if there is an error ...Jeremy Evans
2021-04-27[ruby/net-ftp] Replace Timeout.timeout with socket timeoutmohamed
2021-04-22[ruby/net-imap] Bump version to 0.2.1Shugo Maeda
2021-04-22[ruby/net-imap] Set timeout for IDLE responsesShugo Maeda
2021-04-22Merge net-imap-0.2.0Hiroshi SHIBATA
2021-03-31Enclose the code that was accidentally a link in "tt"aycabta
2021-01-23[ruby/net-http] Replace "iff" with "if and only if"Gannon McGibbon
2021-01-07We don't need "require 'uri'" after "require 'net/http'".Igor Zubkov
2020-12-22Update library versions of the default gems.Hiroshi SHIBATA
2020-12-03digest gem is available nowHiroshi SHIBATA
2020-12-02Added dependencies for net-popHiroshi SHIBATA
2020-12-02Added dependencies for net-imapHiroshi SHIBATA
2020-12-02Added dependencies for net-ftpHiroshi SHIBATA
2020-12-02Added dependencies for net-httpHiroshi SHIBATA
2020-12-02Added dependencies for net-smtpHiroshi SHIBATA
2020-12-02Added dependencies for net-protocolHiroshi SHIBATA
2020-11-18[ruby/net-smtp] Bump version to 0.2.1Hiroshi SHIBATA
2020-11-17Import net-smtp-0.2.0 from https://github.com/ruby/net-smtpHiroshi SHIBATA
2020-11-06Added dependency for net-protocolHiroshi SHIBATA