aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net/imap.rb
Commit message (Expand)AuthorAgeFilesLines
* * ext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext.build): removed.gotoyuzo2007-12-221-2/+3
* * lib/net/imap.rb (encode_utf7): accept UTF-8 strings.shugo2007-12-221-3/+3
* * lib/net/imap.rb: fixed RDoc markups.shugo2007-12-221-8/+8
* * lib/net/imap.rb (initialize): fixed documentation.shugo2007-12-221-11/+7
* * lib/net/imap.rb (initialize): accept service name. changedshugo2007-12-211-9/+7
* * regerror.c, string.c, io.c, lib/getoptlong.rb, lib/net/imap.rb,akr2007-12-211-1/+1
* * lib/net/imap.rb (initialize): the second argument is an optionko12007-12-201-21/+74
* * eval.c (rb_f_send): allow send/__send__ to call methods of allmatz2007-11-041-5/+5
* * lib/net/imap.rb, lib/net/smtp.rb, lib/net/pop.rb: hostname shouldgotoyuzo2007-10-081-25/+23
* * test/ruby/test_dir.rb (TestDir::setup): ?c now makes a string.matz2007-08-241-5/+5
* * lib/net/imap.rb (ResponseParser#next_token): fixedshugo2007-05-301-2/+2
* * lib/net/imap.rb (disconnect): call shutdown forshugo2007-04-091-1/+5
* * lib/net/imap.rb: accept NOMODSEQ. [ruby-core:9002]shugo2006-11-041-1/+1
* * lib/net/imap.rb: allow extra spaces in responses.shugo2006-09-201-1/+1
* * ext/tk/lib/tk/font.rb, ext/tk/lib/tkextlib/ICONS/icons.rb,nobu2005-10-221-5/+5
* * lib/net/imap.rb: supported DIGEST-MD5. Thanks, Mathieu Arnold.shugo2005-09-161-7/+110
* * lib/net/imap.rb (starttls): supported the STARTTLS command.shugo2005-09-111-0/+18
* * lib/net/imap.rb (initialize): handle certs correctly. Thanks,shugo2005-02-221-5/+6
* * 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