aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net/imap.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/net/imap.rb (decode_utf7): use pack("U*") to encode UTF-8.shugo2005-01-211-121/+2
* * lib/net/imap.rb (u8tou16): fixed typo. fixed: [ruby-lis:40546]shugo2005-01-211-1/+1
* * lib/net/imap.rb (Net::IMAP::PlainAuthenticator): added a new classshugo2004-12-261-0/+16
* * lib/net/imap.rb (TEXT_REGEXP): allow 8-bit characters for the germanshugo2004-10-031-3/+3
* * lib/net/imap.rb (disconnected?): new method.shugo2004-07-221-0/+5
* * lib/net/imap.rb (receive_responses): return if a LOGOUT responseshugo2004-07-171-2/+13
* * lib/net/imap.rb (send_string_data): wait command continuationshugo2004-07-171-1306/+1334
* * lib/net/imap.rb: added new option --ssl.shugo2004-06-231-4/+10
* * lib/net/ftp.rb: ported documentation improvement from 1.8 branchgsinclair2004-05-091-6/+8
* * parse.y (string_content): turn off NODE_NEWLINE flag to avoidmatz2004-05-071-1/+4
* * lib/net/imap.rb (string): accept NIL.shugo2004-05-061-8/+27
* * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,nobu2004-04-181-2/+2
* * exception message clean-up by Ian Macdonald <ian@caliban.org>.matz2004-03-291-1/+1
* * lib/net/imap.rb (BEG_REGEXP): allow 8-bit characters in quoted strings for ...shugo2004-01-221-2/+2
* * lib/net/imap.rb (envelope): allow NIL.shugo2004-01-211-32/+52
* * lib/net/imap.rb (authenticate): remove "\n" from base64 encodedshugo2003-12-241-1/+1
* * lib/net/http.rb: cosmetic improvements to documentationgsinclair2003-08-311-171/+175
* Small changes to documentation; mainly hiding things from RDoc.gsinclair2003-08-211-3/+3
* RDoc updated by William Webbergsinclair2003-08-051-135/+204
* * lib/net/imap.rb (receive_responses): raise exception toshugo2003-08-041-17/+33
* * lib/net/imap.rb: convert RD to RDoc.shugo2003-08-041-812/+871
* * eval.c (proc_alloc): re-unification of Block and Proc. Blockmatz2003-06-161-2/+2
* * eval.c (rb_call_super): inheritance line adjustment moved frommatz2003-06-031-2/+2
* * net/imap.rb: use DataFormatError in u16tou8/u8tou16.shugo2003-05-101-9/+9
* * lib/net/imap.rb (decode_utf7): new method.shugo2003-05-101-0/+145
* * net/imap.rb: support THREAD extension.shugo2003-04-301-0/+87
* * lib/net/imap.rb: added document.shugo2002-03-011-9/+165
* * lib/net/imap.rb: OpenSSL support.shugo2002-02-061-14/+56
* One more fix to use Digest::MD5.knu2001-12-011-1/+1
* Reflect the update of the MD5 module which is now Digest::MD5.knu2001-12-011-10/+3
* * lib/net/imap.rb (getquota_response): use astring for mailboxshugo2001-11-061-4/+2
* * lib/net/imap.rb: added new commands for managing folder quotasshugo2001-07-301-0/+79
* * lib/net/imap.rb: fix typo.shugo2001-04-091-1/+1
* * lib/net/imap.rb (media_subtype): return subtype.shugo2001-04-021-0/+4
* * lib/net/imap.rb (flag_list): capitalize flags.shugo2001-04-021-21/+49
* * lib/net/imap.rb: add document and example code.shugo2001-03-301-7/+592
* * lib/net/imap.rb: rename ContinueRequest to ContinuationRequest.shugo2001-03-301-3/+3
* * lib/net/imap.rb: added example.shugo2001-03-261-0/+5
* * lib/net/imap.rb: supports response handlers and multiple commands.shugo2001-03-261-79/+163
* * lib/net/imap.rb: supports unknown resp_text_code.shugo2001-02-141-0/+6
* shugoshugo2000-12-211-2/+2
* shugoshugo2000-11-011-1/+5
* shugoshugo2000-10-311-4/+9
* shugoshugo2000-10-301-1/+1
* shugoshugo2000-10-271-36/+67
* shugoshugo2000-10-261-6/+48
* shugoshugo2000-10-251-260/+946
* shugoshugo2000-10-251-1/+0
* shugoshugo2000-10-171-29/+66
* shugoshugo2000-10-161-7/+8