| Age | Commit message (Expand) | Author |
| 2020-12-22 | Update library versions of the default gems. | Hiroshi SHIBATA |
| 2020-07-30 | Extract version number from the source | Nobuyoshi Nakada |
| 2020-03-08 | Specify explicit separator not to be affected by $; | Nobuyoshi Nakada |
| 2019-11-07 | Promote net-pop to default gems | Hiroshi SHIBATA |
| 2019-06-20 | Avoid verbose warning when using Net::POP3 with SSL | Jeremy Evans |
| 2018-12-31 | Revert "lib/net/http.rb: use connect_timeout instead of Timeout" | glass |
| 2018-12-31 | lib/net/http.rb: use connect_timeout instead of Timeout | glass |
| 2018-11-02 | lib/*: Prefer require_relative over require. | marcandre |
| 2018-01-30 | net/pop: make modified strings mutable | normal |
| 2017-08-02 | Fix variable name in example of net/pop | kazu |
| 2017-08-02 | Fix net/pop code example syntax error | kazu |
| 2017-07-19 | lib/net/pop.rb: support timeout for TLS handshake | shugo |
| 2017-01-10 | lib/net/pop.rb: Specify frozen_string_literal: true. | kazu |
| 2016-11-21 | lib/*: remove closed checks | normal |
| 2016-11-14 | net/protocol.rb: kwargs | nobu |
| 2016-09-11 | Update URL of Japanese document of net/pop | kazu |
| 2015-12-16 | Add frozen_string_literal: false for all files | naruse |
| 2013-12-13 | * lib/net/pop.rb: [DOC] Fix typo | a_matsuda |
| 2013-05-19 | fix typos inspired by r40825 | kazu |
| 2013-03-31 | Document the default Net timeout values by @toolmantim [GH fixes #269] | hsbt |
| 2013-02-02 | * lib/net/pop.rb: Fix rdoc title for Net::POP3 | zzak |
| 2012-11-16 | * lib/net/pop.rb (POP3.certs): fix typo in comment. | glass |
| 2012-04-11 | * lib/net/protocol.rb (module Net): Added ReadTimeout to match | drbrain |
| 2012-02-28 | * lib/net/protocol.rb: Add OpenTimeout subclass of Timeout::Error | drbrain |
| 2011-08-10 | * lib/net/pop.rb: fix typo in document. | akr |
| 2011-05-25 | * lib/net/pop.rb: Hide implementation details from RDoc. | drbrain |
| 2011-05-16 | * lib/net/pop.rb: Improve documentation. Patch by Vincent Batts. | drbrain |
| 2009-03-06 | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu |
| 2009-02-17 | * ext/openssl: avoid cyclic require. | akr |
| 2008-10-14 | * lib/net/pop.rb: check for invalid APOP timestamp. (CVE-2007-1558) | kazu |
| 2008-08-12 | * lib/net/pop.rb: POP3Command should export @socket since POP calls #socket. | aamine |
| 2008-06-19 | * lib/net/pop.rb (Net::POP3#set_all_uids): speed | kazu |
| 2008-04-15 | * lib/net/http.rb, lib/net/smtp.rb, lib/net/pop.rb: update URLs of Japanese d... | kazu |
| 2008-04-03 | * lib/net/pop.rb (Net::POP3::do_finish): clear @n_mails and | matz |
| 2007-12-22 | * ext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext.build): removed. | gotoyuzo |
| 2007-12-22 | * lib/net/pop.rb (enable_ssl): use OpenSSL::SSL::SSLContext.build | shugo |
| 2007-10-25 | * lib/net/pop.rb (Net::POP3::do_start): type fixed. a patch from | matz |
| 2007-10-08 | * lib/net/imap.rb, lib/net/smtp.rb, lib/net/pop.rb: hostname should | gotoyuzo |
| 2007-03-16 | * lib/net/pop.rb: change default verification mode from VERIFY_PEER to VERIFY... | aamine |
| 2004-05-09 | * lib/net/pop.rb (loggin): append "\n". | aamine |
| 2004-05-09 | * lib/net/ftp.rb: ported documentation improvement from 1.8 branch | gsinclair |
| 2004-04-21 | * lib/net/pop.rb: do not use class variables. | aamine |
| 2004-04-18 | * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, | nobu |
| 2004-04-13 | * lib/net/pop.rb: merge POP3S patch. This patch is contributed by Daniel Hobe. | aamine |
| 2004-03-29 | * exception message clean-up by Ian Macdonald <ian@caliban.org>. | matz |
| 2004-03-28 | * lib/net/pop.rb: def m( arg ) -> def m(arg). | aamine |
| 2004-03-28 | * lib/net/pop.rb (auth): failed when account/password include "%". [ruby-talk... | aamine |
| 2004-03-28 | * lib/net/pop.rb: revert to rev1.63. 1.64 wrongly contains POPS code. | aamine |
| 2004-03-28 | * lib/net/pop.rb (auth): failed when account/password include "%". [ruby-talk... | aamine |
| 2004-03-06 | * lib/net/http.rb: spin off https code again. | aamine |