summaryrefslogtreecommitdiffstats
path: root/lib/net/imap.rb
Commit message (Collapse)AuthorAgeFilesLines
* * lib/net/imap.rb (TEXT_REGEXP): allow 8-bit characters for the germanshugo2004-10-031-3/+3
| | | | | | | | | version of Microsoft Exchange Server. * lib/net/imap.rb (RTEXT_REGEXP): ditto. * lib/net/imap.rb (CTEXT_REGEXP): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6992 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/imap.rb (disconnected?): new method. (backported from HEAD)shugo2004-07-231-0/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6686 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/imap.rb (receive_responses): return if a logout responseshugo2004-07-171-1307/+1355
| | | | | | | | | received. (backported from head) * lib/net/imap.rb (send_string_data): wait command continuation requests before sending octet data of literals. (backported from head) git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6666 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/ftp.rb: improved documentationgsinclair2004-05-091-6/+8
| | | | | | | | | | * lib/net/imap.rb: ditto * lib/net/pop.rb: ditto * lib/net/smtp.rb: ditto * lib/net/telnet.rb: ditto git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6281 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/imap.rb (string): accept NIL.shugo2004-05-061-8/+27
| | | | | | | * lib/net/imap.rb (body_type_basic): allow body-fields omissions. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6249 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * dln.c, io.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, lib/date.rb,nobu2004-04-181-2/+2
| | | | | | | | | | | | | lib/ftools.rb, lib/getoptlong.rb, lib/logger.rb, lib/matrix.rb, lib/monitor.rb, lib/set.rb, lib/thwait.rb, lib/timeout.rb, lib/yaml.rb, lib/drb/drb.rb, lib/irb/workspace.rb, lib/net/ftp.rb, lib/net/http.rb, lib/net/imap.rb, lib/net/telnet.rb, lib/racc/parser.rb, lib/rinda/rinda.rb, lib/rinda/tuplespace.rb, lib/shell/command-processor.rb, lib/soap/rpc/soaplet.rb, lib/test/unit/testcase.rb, lib/test/unit/testsuite.rb: typo fix. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6179 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (top_include): include in the wrapped load is done formatz2004-04-051-1/+1
| | | | | | | | | | | | | | | | | | the wrapper, not for a singleton class for wrapped main. [ruby-dev:23305] * bignum.c (rb_big_eq): use temporary double variable to save the result (internal float register may be bigger than 64 bits, for example, 80 bits on x86). [ruby-dev:23311] * eval.c (block_pass): should generate unique identifier of the pushing block. [ruby-talk:96363] * ext/socket/socket.c (make_hostent): fix memory leak, based on the patch from HORIKAWA Hisashi <vzw00011@nifty.ne.jp>. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6092 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/imap.rb (BEG_REGEXP): allow 8-bit characters in quoted strings for ↵shugo2004-01-221-2/+2
| | | | | | | | | Novell GroupWise Internet Agent. * lib/net/imap.rb (DATA_REGEXP): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5541 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * merged from HEAD.shugo2004-01-211-32/+52
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5523 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/imap.rb (authenticate): remove "\n" from base64 encodedshugo2003-12-241-1/+1
| | | | | | | strings. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5274 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/http.rb: cosmetic improvements to documentationgsinclair2003-08-311-171/+175
| | | | | | | * lib/net/imap.rb: ditto git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4468 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Small changes to documentation; mainly hiding things from RDoc.gsinclair2003-08-211-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4417 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* RDoc updated by William Webbergsinclair2003-08-051-135/+204
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4334 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/imap.rb (receive_responses): raise exception toshugo2003-08-041-17/+33
| | | | | | | client_thread. Thanks to William Webber. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4310 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/imap.rb: convert RD to RDoc.shugo2003-08-041-812/+871
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4309 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (proc_alloc): re-unification of Block and Proc. Blockmatz2003-06-161-2/+2
| | | | | | | class is no longer available. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3948 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (rb_call_super): inheritance line adjustment moved frommatz2003-06-031-2/+2
| | | | | | | | | rb_call(). [ruby-core:01113] * eval.c (rb_eval): use rb_call_super() to follow DRY principle. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3901 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * net/imap.rb: use DataFormatError in u16tou8/u8tou16.shugo2003-05-101-9/+9
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3774 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/imap.rb (decode_utf7): new method.shugo2003-05-101-0/+145
| | | | | | | * lib/net/imap.rb (encode_utf7): new method. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3773 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * net/imap.rb: support THREAD extension.shugo2003-04-301-0/+87
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3738 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/imap.rb: added document.shugo2002-03-011-9/+165
| | | | | | | | | | * lib/net/imap.rb (getquotaroot): new method. * lib/net/imap.rb (setacl): remove the rights if the rights parameter is nil. * lib/net/imap.rb (getacl): return a MailboxACLItem object. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2152 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/imap.rb: OpenSSL support.shugo2002-02-061-14/+56
| | | | | | | * lib/net/imap.rb (setquota): unset quota if the second argument is nil. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2048 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* One more fix to use Digest::MD5.knu2001-12-011-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1869 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Reflect the update of the MD5 module which is now Digest::MD5.knu2001-12-011-10/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1868 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/imap.rb (getquota_response): use astring for mailboxshugo2001-11-061-4/+2
| | | | | | | | names. * lib/net/imap.rb (getacl_response): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1813 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/imap.rb: added new commands for managing folder quotasshugo2001-07-301-0/+79
| | | | | | | and folder ACLs. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1654 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/imap.rb: fix typo.shugo2001-04-091-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1311 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/imap.rb (media_subtype): return subtype.shugo2001-04-021-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1299 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/imap.rb (flag_list): capitalize flags.shugo2001-04-021-21/+49
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1298 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/imap.rb: add document and example code.shugo2001-03-301-7/+592
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1294 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/imap.rb: rename ContinueRequest to ContinuationRequest.shugo2001-03-301-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/imap.rb: added example.shugo2001-03-261-0/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1284 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/imap.rb: supports response handlers and multiple commands.shugo2001-03-261-79/+163
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1283 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/imap.rb: supports unknown resp_text_code.shugo2001-02-141-0/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1186 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* shugoshugo2000-12-211-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* shugoshugo2000-11-011-1/+5
| | | | | | | * lib/net/imap.rb (ResponseParser#section): accept empty section. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1025 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* shugoshugo2000-10-311-4/+9
| | | | | | | * lib/net/imap.rb (ResponseParser#address): bug fix. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1022 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* shugoshugo2000-10-301-1/+1
| | | | | | | * lib/net/imap.rb (ResponseParser#section): accept T_NUMBER. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1020 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* shugoshugo2000-10-271-36/+67
| | | | | | | hack for speed git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1019 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* shugoshugo2000-10-261-6/+48
| | | | | | | * lib/net/imap.rb: hack for speed. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1018 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* shugoshugo2000-10-251-260/+946
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1017 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* shugoshugo2000-10-251-1/+0
| | | | | | | * lib/net/imap.rb (Net::IMAP#append): don't call Flag::new. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1013 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* shugoshugo2000-10-171-29/+66
| | | | | | | | * lib/net/imap.rb: changed return value of Net::IMAP#fetch. * lib/net/imap.rb: support HEADER.FIELDS. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1010 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* shugoshugo2000-10-161-7/+8
| | | | | | | * lib/net/imap.rb: don't upcase the value of ATOM token. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1008 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* shugoshugo2000-10-161-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1007 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* shugoshugo2000-10-151-19/+20
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1005 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* *** empty log message ***shugo2000-10-141-7/+12
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1004 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* lib/net/imap.rbshugo2000-10-131-0/+1087
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1000 b2dd03c8-39d4-4d8f-98ff-823fe69b080e