aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net/pop.rb
Commit message (Expand)AuthorAgeFilesLines
* Update library versions of the default gems.Hiroshi SHIBATA2020-12-221-1/+1
* Extract version number from the sourceNobuyoshi Nakada2020-07-301-3/+2
* Specify explicit separator not to be affected by $;Nobuyoshi Nakada2020-03-081-1/+1
* Promote net-pop to default gemsHiroshi SHIBATA2019-11-071-1/+1
* Avoid verbose warning when using Net::POP3 with SSLJeremy Evans2019-06-201-0/+1
* Revert "lib/net/http.rb: use connect_timeout instead of Timeout"glass2018-12-311-4/+2
* lib/net/http.rb: use connect_timeout instead of Timeoutglass2018-12-311-2/+4
* lib/*: Prefer require_relative over require.marcandre2018-11-021-1/+1
* net/pop: make modified strings mutablenormal2018-01-301-6/+6
* Fix variable name in example of net/popkazu2017-08-021-1/+1
* Fix net/pop code example syntax errorkazu2017-08-021-4/+4
* lib/net/pop.rb: support timeout for TLS handshakeshugo2017-07-191-1/+1
* lib/net/pop.rb: Specify frozen_string_literal: true.kazu2017-01-101-1/+1
* lib/*: remove closed checksnormal2016-11-211-2/+2
* net/protocol.rb: kwargsnobu2016-11-141-3/+3
* Update URL of Japanese document of net/popkazu2016-09-111-1/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/net/pop.rb: [DOC] Fix typoa_matsuda2013-12-131-1/+1
* fix typos inspired by r40825kazu2013-05-191-3/+3
* Document the default Net timeout values by @toolmantim [GH fixes #269]hsbt2013-03-311-2/+2
* * lib/net/pop.rb: Fix rdoc title for Net::POP3zzak2013-02-021-5/+3
* * lib/net/pop.rb (POP3.certs): fix typo in comment.glass2012-11-161-1/+1
* * lib/net/protocol.rb (module Net): Added ReadTimeout to matchdrbrain2012-04-111-2/+2
* * lib/net/protocol.rb: Add OpenTimeout subclass of Timeout::Errordrbrain2012-02-281-1/+3
* * lib/net/pop.rb: fix typo in document.akr2011-08-101-2/+2
* * lib/net/pop.rb: Hide implementation details from RDoc.drbrain2011-05-251-4/+4
* * lib/net/pop.rb: Improve documentation. Patch by Vincent Batts.drbrain2011-05-161-0/+21
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-51/+51
* * ext/openssl: avoid cyclic require.akr2009-02-171-1/+1
* * lib/net/pop.rb: check for invalid APOP timestamp. (CVE-2007-1558)kazu2008-10-141-1/+1
* * lib/net/pop.rb: POP3Command should export @socket since POP calls #socket.aamine2008-08-121-0/+2
* * lib/net/pop.rb (Net::POP3#set_all_uids): speedkazu2008-06-191-3/+2
* * lib/net/http.rb, lib/net/smtp.rb, lib/net/pop.rb: update URLs of Japanese d...kazu2008-04-151-1/+1
* * lib/net/pop.rb (Net::POP3::do_finish): clear @n_mails andmatz2008-04-031-0/+2
* * ext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext.build): removed.gotoyuzo2007-12-221-3/+4
* * lib/net/pop.rb (enable_ssl): use OpenSSL::SSL::SSLContext.buildshugo2007-12-221-50/+55
* * lib/net/pop.rb (Net::POP3::do_start): type fixed. a patch frommatz2007-10-251-1/+1
* * lib/net/imap.rb, lib/net/smtp.rb, lib/net/pop.rb: hostname shouldgotoyuzo2007-10-081-0/+3
* * lib/net/pop.rb: change default verification mode from VERIFY_PEER to VERIFY...aamine2007-03-161-6/+6
* * lib/net/pop.rb (loggin): append "\n".aamine2004-05-091-1/+1
* * lib/net/ftp.rb: ported documentation improvement from 1.8 branchgsinclair2004-05-091-217/+213
* * lib/net/pop.rb: do not use class variables.aamine2004-04-211-40/+58
* * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,nobu2004-04-181-1/+1
* * lib/net/pop.rb: merge POP3S patch. This patch is contributed by Daniel Hobe.aamine2004-04-131-17/+124
* * exception message clean-up by Ian Macdonald <ian@caliban.org>.matz2004-03-291-2/+2
* * lib/net/pop.rb: def m( arg ) -> def m(arg).aamine2004-03-281-44/+43
* * lib/net/pop.rb (auth): failed when account/password include "%". [ruby-talk...aamine2004-03-281-2/+2
* * lib/net/pop.rb: revert to rev1.63. 1.64 wrongly contains POPS code.aamine2004-03-281-26/+6
* * lib/net/pop.rb (auth): failed when account/password include "%". [ruby-talk...aamine2004-03-281-6/+26
* * lib/net/http.rb: spin off https code again.aamine2004-03-061-8/+17