summaryrefslogtreecommitdiffstats
path: root/lib/net/pop.rb
Commit message (Collapse)AuthorAgeFilesLines
...
* aamineaamine2001-02-241-7/+9
| | | | | | | | * lib/net/http.rb: always close connection on request without body. * lib/net/protocol.rb, smtp.rb, pop.rb, http.rb: change copyright. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1212 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* aamineaamine2001-02-061-3/+10
| | | | | | | | * lib/net/http.rb: call on_connect() on re-opening socket. * lib/net/pop.rb: also POP3 can use APOP auth. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1162 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* aamineaamine2001-02-061-1/+1
| | | | | | | | | | * lib/net/http.rb: add HTTP#request. * lib/net/http.rb: take HTTP 1.0 server into account (incomplete). * lib/net/protocol.rb: timeout for open/read. * lib/net/protocol.rb: add Protocol#on_connect,on_disconnect. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1160 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* aamineaamine2001-01-131-1/+1
| | | | | | | | * lib/net/protocol.rb (adding): too few "yield" in case of arg is not String/File. * lib/net/http.rb: add http request object. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1125 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* aamineaamine2000-12-241-11/+10
| | | | | | | | * lib/net/protocol.rb,smtp.rb,pop.rb,http.rb: wrongly version 1.2 sources were checked in. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1073 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* aamineaamine2000-12-241-10/+11
| | | | | | | * lib/net/http.rb: does not send HEAD on closing socket. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1072 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* aamineaamine2000-12-221-21/+107
| | | | | | | | | | | * lib/net/protocol.rb: set @closed false in Socket#reopen. * lib/net/pop.rb: add POP3.foreach, delete_all. * lib/net/pop.rb: add POP3#delete_all. * lib/net/http.rb: add HTTP.version_1_1, version_1_2 * lib/net/http.rb: refactoring. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1071 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* aamineaamine2000-11-101-1/+1
| | | | | | | | | * lib/net/protocol.rb, smtp.rb, pop.rb, http.rb: 1.1.31 * lib/net/http.rb: initializes header in HTTP, not HTTPCommand * lib/net/protocol.rb, http.rb: rewrites proxy code git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1035 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* aamineaamine2000-11-071-1/+1
| | | | | | | | | * lib/net/protocol.rb, smtp.rb, pop.rb, http.rb: 1.1.30 * lib/net/protocol.rb, smtp.rb: Command#critical_ok -> error_ok * lib/net/http.rb: read header when also "100 Continue" git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1030 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* aamineaamine2000-10-121-6/+25
| | | | | | | | * lib/net/pop.rb: POP3#reset * lib/net/http.rb: a code for "Switch Protocol" was wrongly 100 git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@999 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* aamineaamine2000-09-211-3/+7
| | | | | | | | | * lib/net/protocol.rb, smtp.rb, pop.rb, http.rb: 1.1.28. * lib/net/http.rb: HTTPReadAdapter -> HTTPResponseReceiver * lib/net/http.rb (connecting): response is got in receive() git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@951 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* matz: 1.6.0 final (hopufully)matz2000-09-121-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@934 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* aamineaamine2000-08-161-3/+4
| | | | | | | | | * lib/net/protocol.rb, smtp.rb, pop.rb, http.rb: 1.1.27. * lib/net/protocol.rb: writing methods returns written byte size. * lib/net/smtp.rb: send_mail accepts many destinations. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@896 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* aamineaamine2000-07-121-11/+14
| | | | | | | | | | | * lib/net/protocol.rb, smtp.rb, pop.rb, http.rb: 1.1.26. * lib/net/protocol.rb, smtp.rb, pop.rb, http.rb: add module Net::NetPrivate and its inner classes {Read,Write}Adapter, Command, Socket, SMTPCommand, POP3Command, APOPCommand, HTTPCommand git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@826 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* o protocol.rb, smtp.rb, pop.rb, http.rb: define all#inspect()aamine2000-06-121-78/+58
| | | | | | | o protocol.rb, smtp.rb, pop.rb, http.rb: modify/add documents git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@746 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* o protocol.rb, http.rb, smtp.rb, pop.rb: update RD documentsaamine2000-05-181-6/+13
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@701 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* o protocol.rb: Protocol#start yields selfaamine2000-05-171-9/+3
| | | | | | | | o smtp.rb: use Socket.gethostname to get localhost name p pop.rb: use MD5#hexdigest git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@698 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* o pop.rb: accept illegal timestamp (reported by WATANABE Hirofumi)aamine2000-04-141-3/+3
| | | | | | | o http.rb: when body was chunked, does not set 'Content-Length' git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@665 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* protocol.rb smtp.rb pop.rb http.rb version 1.1.12aamine2000-03-311-2/+2
| | | | | | | | | | o protocol.rb: update Net::Protocol::Proxy#connect o protocol.rb: ReplyCode is not a class o http.rb: header value does not include header name o http.rb: header is not a Hash, but HTTPResponse git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@659 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* v1.1.11aamine2000-03-271-38/+48
| | | | | | | | | | | | | o all: use "critical" to avoid duplicated command dispatch o http.rb: change get2, post2 usage (HTTPWriter) o http.rb: entity reading algorithm is better o http.rb: more reply code (4xx, 5xx) o protocol.rb: arguments of "connect" can be omitted o protocol.rb: "quit" is not template method (now do_quit is removed) o protocol.rb: ReplyCode.error_type was not work: using module_eval git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@657 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* o protocol.rb: version 1.1.9aamine2000-03-261-76/+0
| | | | | | | o smtp.rb: arguments discription of do_ready was wrongly void git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@654 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* o session.rb -> protocol.rbaamine2000-02-211-4/+31
| | | | | | | | | o write, write_pendstr takes block o smtp.ready o popmail.pop takes block git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@622 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Version 1.1.4aamine2000-01-211-2/+0
| | | | | | | o (HTTP) allow no content-length data git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@608 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* o remove RD white linesaamine2000-01-051-21/+0
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@599 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Net version 1.1.3aamine1999-12-291-55/+51
| | | | | | | | o http.rb rd o Session -> Protocol git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Version 1.1.2aamine1999-12-221-3/+3
| | | | | | | | o proxy, version 1 o use fullpath shvar git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@595 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Version 1.1.1aamine1999-12-201-0/+2
| | | | | | | o HTTP chunk data git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@593 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Version 1.1.0aamine1999-12-171-81/+65
| | | | | | | | | o http.rb o support class swap o Net.quote git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@588 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 19991018matz1999-10-181-3/+20
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@546 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* maillib-1.0.2matz1999-10-131-9/+198
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@541 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* maillib-1.0.1matz1999-09-221-0/+230
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@535 b2dd03c8-39d4-4d8f-98ff-823fe69b080e