aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net/pop.rb
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * lib/net/pop.rb: do not dispatch LIST when a mailbox is empty.aamine2003-03-091-74/+97
* * lib/net/smtp.rb: changes coding style.aamine2002-11-211-21/+26
* use Object#class instead of deprecated Object#type.nobu2002-10-021-3/+3
* aamineaamine2002-02-191-41/+38
* aamineaamine2001-12-301-82/+96
* aamineaamine2001-12-131-29/+34
* aamineaamine2001-12-091-49/+81
* aamineaamine2001-12-071-19/+17
* Reflect the update of the MD5 module which is now Digest::MD5.knu2001-12-011-2/+2
* aamineaamine2001-08-171-12/+12
* aamineaamine2001-07-081-1/+1
* aamineaamine2001-07-031-1/+1
* aamineaamine2001-07-031-1/+1
* * protocol.rb,smtp.rb,pop.rb,http.rb: modify document.aamine2001-06-271-79/+82
* aamineaamine2001-06-261-107/+230
* aamineaamine2001-02-241-7/+9
* aamineaamine2001-02-061-3/+10
* aamineaamine2001-02-061-1/+1
* aamineaamine2001-01-131-1/+1
* aamineaamine2000-12-241-11/+10
* aamineaamine2000-12-241-10/+11
* aamineaamine2000-12-221-21/+107
* aamineaamine2000-11-101-1/+1
* aamineaamine2000-11-071-1/+1
* aamineaamine2000-10-121-6/+25
* aamineaamine2000-09-211-3/+7
* matz: 1.6.0 final (hopufully)matz2000-09-121-3/+3