| Commit message (Expand) | Author | Age | Files | Lines |
* | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu | 2009-03-06 | 1 | -51/+51 |
* | * ext/openssl: avoid cyclic require. | akr | 2009-02-17 | 1 | -1/+1 |
* | * lib/net/pop.rb: check for invalid APOP timestamp. (CVE-2007-1558) | kazu | 2008-10-14 | 1 | -1/+1 |
* | * lib/net/pop.rb: POP3Command should export @socket since POP calls #socket. | aamine | 2008-08-12 | 1 | -0/+2 |
* | * lib/net/pop.rb (Net::POP3#set_all_uids): speed | kazu | 2008-06-19 | 1 | -3/+2 |
* | * lib/net/http.rb, lib/net/smtp.rb, lib/net/pop.rb: update URLs of Japanese d... | kazu | 2008-04-15 | 1 | -1/+1 |
* | * lib/net/pop.rb (Net::POP3::do_finish): clear @n_mails and | matz | 2008-04-03 | 1 | -0/+2 |
* | * ext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext.build): removed. | gotoyuzo | 2007-12-22 | 1 | -3/+4 |
* | * lib/net/pop.rb (enable_ssl): use OpenSSL::SSL::SSLContext.build | shugo | 2007-12-22 | 1 | -50/+55 |
* | * lib/net/pop.rb (Net::POP3::do_start): type fixed. a patch from | matz | 2007-10-25 | 1 | -1/+1 |
* | * lib/net/imap.rb, lib/net/smtp.rb, lib/net/pop.rb: hostname should | gotoyuzo | 2007-10-08 | 1 | -0/+3 |
* | * lib/net/pop.rb: change default verification mode from VERIFY_PEER to VERIFY... | aamine | 2007-03-16 | 1 | -6/+6 |
* | * lib/net/pop.rb (loggin): append "\n". | aamine | 2004-05-09 | 1 | -1/+1 |
* | * lib/net/ftp.rb: ported documentation improvement from 1.8 branch | gsinclair | 2004-05-09 | 1 | -217/+213 |
* | * lib/net/pop.rb: do not use class variables. | aamine | 2004-04-21 | 1 | -40/+58 |
* | * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, | nobu | 2004-04-18 | 1 | -1/+1 |
* | * lib/net/pop.rb: merge POP3S patch. This patch is contributed by Daniel Hobe. | aamine | 2004-04-13 | 1 | -17/+124 |
* | * exception message clean-up by Ian Macdonald <ian@caliban.org>. | matz | 2004-03-29 | 1 | -2/+2 |
* | * lib/net/pop.rb: def m( arg ) -> def m(arg). | aamine | 2004-03-28 | 1 | -44/+43 |
* | * lib/net/pop.rb (auth): failed when account/password include "%". [ruby-talk... | aamine | 2004-03-28 | 1 | -2/+2 |
* | * lib/net/pop.rb: revert to rev1.63. 1.64 wrongly contains POPS code. | aamine | 2004-03-28 | 1 | -26/+6 |
* | * lib/net/pop.rb (auth): failed when account/password include "%". [ruby-talk... | aamine | 2004-03-28 | 1 | -6/+26 |
* | * lib/net/http.rb: spin off https code again. | aamine | 2004-03-06 | 1 | -8/+17 |
* | * lib/net/http.rb (finish): revert to 1.93. | aamine | 2003-09-29 | 1 | -2/+11 |
* | * lib/net/http.rb (finish): does not raise IOError even if !started?, to allo... | aamine | 2003-09-29 | 1 | -4/+2 |
* | * lib/net/http.rb: update document. | aamine | 2003-08-05 | 1 | -16/+23 |
* | RDoc comments provided by William Webber <wew@williamwebber.com> | gsinclair | 2003-08-05 | 1 | -467/+405 |
* | * lib/net/smtp.rb: synchronize document with source code. | aamine | 2003-07-02 | 1 | -103/+173 |
* | * lib/net/smtp.rb: unify SMTP and SMTPCommand. | aamine | 2003-07-02 | 1 | -55/+73 |
* | * lib/net/pop.rb (Net::POP3#start): typofix. | eban | 2003-07-01 | 1 | -1/+1 |
* | * lib/net/pop.rb: rename method: POP3#mail_size -> n_mails | aamine | 2003-05-06 | 1 | -26/+18 |
* | * lib/net/pop.rb: APOP did not work. [ruby-dev:20149] | aamine | 2003-05-04 | 1 | -8/+8 |
* | * lib/net/protocol.rb: reintroduce Protocol.protocol_param. | aamine | 2003-05-02 | 1 | -1/+1 |
* | * lib/net/protocol.rb: remove Protocol class. | aamine | 2003-05-02 | 1 | -165/+332 |
* | * lib/net/pop.rb: Exception line was accidentaly removed. [ruby-dev:19989] | aamine | 2003-04-10 | 1 | -0/+1 |
* | * lib/net/pop.rb: do not dispatch LIST when a mailbox is empty. | aamine | 2003-03-09 | 1 | -74/+97 |
* | * lib/net/smtp.rb: changes coding style. | aamine | 2002-11-21 | 1 | -21/+26 |
* | use Object#class instead of deprecated Object#type. | nobu | 2002-10-02 | 1 | -3/+3 |
* | aamine | aamine | 2002-02-19 | 1 | -41/+38 |
* | aamine | aamine | 2001-12-30 | 1 | -82/+96 |
* | aamine | aamine | 2001-12-13 | 1 | -29/+34 |
* | aamine | aamine | 2001-12-09 | 1 | -49/+81 |
* | aamine | aamine | 2001-12-07 | 1 | -19/+17 |
* | Reflect the update of the MD5 module which is now Digest::MD5. | knu | 2001-12-01 | 1 | -2/+2 |
* | aamine | aamine | 2001-08-17 | 1 | -12/+12 |
* | aamine | aamine | 2001-07-08 | 1 | -1/+1 |
* | aamine | aamine | 2001-07-03 | 1 | -1/+1 |
* | aamine | aamine | 2001-07-03 | 1 | -1/+1 |
* | * protocol.rb,smtp.rb,pop.rb,http.rb: modify document. | aamine | 2001-06-27 | 1 | -79/+82 |
* | aamine | aamine | 2001-06-26 | 1 | -107/+230 |