summaryrefslogtreecommitdiff
path: root/lib/net/pop.rb
AgeCommit message (Expand)Author
2019-11-07Promote net-pop to default gemsHiroshi SHIBATA
2019-06-20Avoid verbose warning when using Net::POP3 with SSLJeremy Evans
2018-12-31Revert "lib/net/http.rb: use connect_timeout instead of Timeout"glass
2018-12-31lib/net/http.rb: use connect_timeout instead of Timeoutglass
2018-11-02lib/*: Prefer require_relative over require.marcandre
2018-01-30net/pop: make modified strings mutablenormal
2017-08-02Fix variable name in example of net/popkazu
2017-08-02Fix net/pop code example syntax errorkazu
2017-07-19lib/net/pop.rb: support timeout for TLS handshakeshugo
2017-01-10lib/net/pop.rb: Specify frozen_string_literal: true.kazu
2016-11-21lib/*: remove closed checksnormal
2016-11-14net/protocol.rb: kwargsnobu
2016-09-11Update URL of Japanese document of net/popkazu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2013-12-13* lib/net/pop.rb: [DOC] Fix typoa_matsuda
2013-05-19fix typos inspired by r40825kazu
2013-03-31Document the default Net timeout values by @toolmantim [GH fixes #269]hsbt
2013-02-02* lib/net/pop.rb: Fix rdoc title for Net::POP3zzak
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 matchdrbrain
2012-02-28 * lib/net/protocol.rb: Add OpenTimeout subclass of Timeout::Errordrbrain
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): speedkazu
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 andmatz
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.buildshugo
2007-10-25* lib/net/pop.rb (Net::POP3::do_start): type fixed. a patch frommatz
2007-10-08* lib/net/imap.rb, lib/net/smtp.rb, lib/net/pop.rb: hostname shouldgotoyuzo
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 branchgsinclair
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
2003-09-29* lib/net/http.rb (finish): revert to 1.93.aamine
2003-09-29* lib/net/http.rb (finish): does not raise IOError even if !started?, to allo...aamine
2003-08-05* lib/net/http.rb: update document.aamine