aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net/pop.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* * lib/net/http.rb (finish): revert to 1.93.aamine2003-09-291-2/+11
* * lib/net/http.rb (finish): does not raise IOError even if !started?, to allo...aamine2003-09-291-4/+2
* * lib/net/http.rb: update document.aamine2003-08-051-16/+23
* RDoc comments provided by William Webber <wew@williamwebber.com>gsinclair2003-08-051-467/+405
* * lib/net/smtp.rb: synchronize document with source code.aamine2003-07-021-103/+173
* * lib/net/smtp.rb: unify SMTP and SMTPCommand.aamine2003-07-021-55/+73
* * lib/net/pop.rb (Net::POP3#start): typofix.eban2003-07-011-1/+1
* * lib/net/pop.rb: rename method: POP3#mail_size -> n_mailsaamine2003-05-061-26/+18
* * lib/net/pop.rb: APOP did not work. [ruby-dev:20149]aamine2003-05-041-8/+8
* * lib/net/protocol.rb: reintroduce Protocol.protocol_param.aamine2003-05-021-1/+1
* * lib/net/protocol.rb: remove Protocol class.aamine2003-05-021-165/+332
* * lib/net/pop.rb: Exception line was accidentaly removed. [ruby-dev:19989]aamine2003-04-101-0/+1