summaryrefslogtreecommitdiffstats
path: root/lib/net/imap.rb
Commit message (Collapse)AuthorAgeFilesLines
...
* 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