Commit Graph

  • 9950b29876 Fix append with empty flags array Mike Mee 2013-03-19 14:47:19 -0700
  • b974f4da64 listen for 'error' on both plain and cleartext sockets mscdex 2013-03-18 09:54:05 -0400
  • 2a00c83058 fix style mscdex 2013-03-18 00:38:46 -0400
  • 93cb0e4c44 Merge branch 'master' of github.com:mscdex/node-imap mscdex 2013-03-18 00:37:01 -0400
  • 037fcc2fff ignore untagged OK responses that contain no other information mscdex 2013-03-18 00:34:34 -0400
  • 30c11e4710 make serverSupports() public mscdex 2013-03-16 22:23:50 -0400
  • 5610cb90c7 Merge pull request #182 from lmtm/tls-compat Brian White 2013-03-12 10:06:33 -0700
  • 0b042e0e14 Allow custom TLS options (fix #181) Nicolas Chambrier 2013-03-12 16:32:45 +0100
  • 12a05501b7 Allow empty mailbox name (e.g. " ") Chotiwat Chawannakul 2013-03-12 14:14:29 +0700
  • 6bd13ac5a6 bump version mscdex 2013-03-11 11:25:30 -0400
  • 78935f8a3c constant var names should be in caps mscdex 2013-03-10 10:36:29 -0400
  • baf18ad2b8 fix header value parsing behavior for folded lines mscdex 2013-03-10 10:24:04 -0400
  • 4e0e7436e3 fix 'connected' and 'authenticated' assignments mscdex 2013-03-10 09:50:02 -0400
  • 33fbc905af Merge pull request #173 from marksteve/patch-1 Brian White 2013-02-27 04:36:42 -0800
  • 7ee99cd6ac Fixed extra indention on methods below fetch Mark Steve Samson 2013-02-27 20:30:42 +0800
  • 0b712c3a9a Fixed indention in `ImapConnection.fetch` args doc Mark Steve Samson 2013-02-27 14:42:33 +0800
  • 13eb18f97d Merge branch 'master' of github.com:mscdex/node-imap mscdex 2013-02-25 06:45:52 -0500
  • 6532b25ca9 don't write to a dead connection mscdex 2013-02-25 06:45:36 -0500
  • a589ca1038 Merge pull request #169 from wavify/utf7-getboxes Brian White 2013-02-21 03:28:00 -0800
  • eec89fb6ec Encode namespace with utf7 in getBoxes() Chotiwat Chawannakul 2013-02-21 13:44:27 +0700
  • 2b2bacfbca when retrieving the mailbox list, support children that may come before their parents mscdex 2013-02-12 10:46:01 -0500
  • f2ec7d6071 fix regexps again mscdex 2013-02-12 10:43:51 -0500
  • 024ba1f78e modify regular expressions used for untagged responses to ignore trailing whitespace mscdex 2013-02-12 04:44:43 -0500
  • d7366a9202 fix parsing resp-text-code on tagged error responses mscdex 2013-02-12 04:43:59 -0500
  • 6de8d3834e re-word documentation slightly mscdex 2013-02-06 03:17:16 -0500
  • e7cd3df5cd be less strict about username/password value checking mscdex 2013-02-05 17:00:41 -0500
  • 51a67955ac bump version mscdex 2013-01-28 01:20:58 -0500
  • f62659a523 re-add node 0.6 compatibility mscdex 2013-01-23 06:16:56 -0500
  • 034bd33cf3 better fetch() argument detection mscdex 2013-01-22 19:10:21 -0500
  • 23463b1e8f update node requirement mscdex 2013-01-22 04:32:34 -0500
  • b7a8c2114e fix missing require for first example and fix example spacing in readme mscdex 2013-01-21 04:51:22 -0500
  • 28999b3b45 add more detail to error object mscdex 2013-01-21 04:49:52 -0500
  • 86efc68998 improve handling of negative welcome response upon connection mscdex 2013-01-17 01:20:47 -0500
  • d4b7fbc0f8 bump version mscdex 2013-01-16 07:06:22 -0500
  • 100b7cfba2 rework handling of both secure and non-secure sockets mscdex 2013-01-16 01:56:47 -0500
  • 6303fe2adf document connected and authenticated properties mscdex 2013-01-16 01:55:45 -0500
  • 2964cfe14a fix emitting of 'message' event for fetch responses with no body literals mscdex 2013-01-15 14:58:03 -0500
  • 44fb676910 fix unsolicited fetch response detection mscdex 2013-01-14 15:13:16 -0500
  • 23dc0e9c80 be less strict in parsing folded header values mscdex 2013-01-14 02:57:08 -0500
  • a730e0d0da fix readme style mscdex 2013-01-13 15:38:11 -0500
  • da6eac3a6a don't include ".PEEK" in fetch keys, only in command where applicable mscdex 2013-01-13 14:34:38 -0500
  • 318d01f177 discard any double quotes for strings in BODYs in untagged FETCH responses mscdex 2013-01-13 13:38:08 -0500
  • 4398a801e4 remove displayName mscdex 2013-01-10 13:39:06 -0500
  • 7cf54ed371 do more utf7 encoding and decoding for mailbox names mscdex 2013-01-09 14:02:34 -0500
  • 2e33378ae0 Merge pull request #145 from wavify/fix-number-boxname Brian White 2013-01-09 10:16:10 -0800
  • 57d7f467b7 Fix mailbox name gets convert to number Chotiwat Chawannakul 2013-01-09 23:54:40 +0700
  • 08dfb2515c bump version Brian White 2013-01-07 05:30:17 -0500
  • 6c3d6568c5 fix fetch() options a bit and don't default to fetching body structure Brian White 2013-01-07 05:29:29 -0500
  • b4051174df fix fetch() message 'ending' for multiple messages Brian White 2013-01-07 05:28:54 -0500
  • 15a8077d16 bump version Brian White 2013-01-07 00:40:22 -0500
  • 3cb9beedf3 fix callback not being passed for fetch() with uids Brian White 2013-01-07 00:39:48 -0500
  • efbbadf047 bump version Brian White 2013-01-04 02:30:54 -0500
  • a9870dfce9 fix multiple header fetch parsing Brian White 2013-01-04 02:27:02 -0500
  • 2d7d0a7207 fix syntax error Brian White 2013-01-04 02:23:43 -0500
  • f36958f4cc update readme Brian White 2013-01-04 02:23:31 -0500
  • 9a0a42c50c remove support for partial body fetching Brian White 2013-01-04 02:16:36 -0500
  • cbdb0abbf1 bump version Brian White 2013-01-03 23:50:20 -0500
  • ad40107344 update example Brian White 2013-01-03 23:50:10 -0500
  • 42871d1285 allow `headers` to be a string for fetch() Brian White 2013-01-03 23:48:19 -0500
  • 2029bd9da3 default to all fields for undefined `headers.fields` for fetch() Brian White 2013-01-03 23:43:23 -0500
  • caff5aa764 fix BODY[] parsing Brian White 2013-01-03 23:39:10 -0500
  • c6b1ffe7e7 even more fetch() fixes Brian White 2013-01-03 23:33:36 -0500
  • 70251b00c3 more fetch() fixes Brian White 2013-01-03 23:09:13 -0500
  • ee89662679 fix typo Brian White 2013-01-03 14:33:12 -0500
  • f107a86f10 fix double emit on fetch() Brian White 2013-01-03 13:59:57 -0500
  • 3bc7bd7ac2 bump version Brian White 2013-01-02 00:25:58 -0500
  • dfe176fdfd fix xoauth/xoauth2 Brian White 2013-01-02 00:24:41 -0500
  • 68b1db11c3 bump version Brian White 2012-12-31 12:33:45 -0500
  • b5dca62d5b fix IDLE after connection if there is nothing yet to do and other misc changes Brian White 2012-12-31 12:31:15 -0500
  • 4e61905378 Don't clear connection timer until greeting is received Brian White 2012-12-31 12:14:51 -0500
  • 1bc39932df relax parsing for search/sort results Brian White 2012-12-31 12:03:09 -0500
  • dfb729b140 fix readme style Brian White 2012-12-31 11:56:57 -0500
  • bb5d8c43ed fix comment style Brian White 2012-12-31 11:45:14 -0500
  • 93de609c54 fix backwards compatibility for require() Brian White 2012-12-31 11:38:17 -0500
  • d1cdb06cc1 use type coercion and less 'arguments' usage Brian White 2012-12-28 22:45:25 -0500
  • ce072c5d84 use util.isDate instead of instanceof Brian White 2012-12-28 22:43:56 -0500
  • 1a1d51c42a rename is* connection properties Brian White 2012-12-28 22:25:50 -0500
  • 2d0772ac56 remove example Brian White 2012-12-28 22:25:22 -0500
  • c709348849 Update more documentation to reflect fetch() rewrite mscdex 2012-12-27 20:43:15 -0500
  • beda1283bf Check for boolean true in headers.fields for fetch() mscdex 2012-12-27 20:42:30 -0500
  • 6b6bfb6bc1 Fix 'struct' default for fetch() mscdex 2012-12-27 20:41:26 -0500
  • e204707743 Remove obsolete helper module mscdex 2012-12-27 20:40:04 -0500
  • 3ed5cc54d1 partial update for readme post-fetch() rewrite mscdex 2012-12-27 12:58:07 -0500
  • 2ae7371f22 fetch() rewrite mscdex 2012-12-27 12:57:05 -0500
  • 9e4223019f fix one last typo Brian White 2012-12-15 12:02:10 -0500
  • e24cc45b13 fix typo Brian White 2012-12-15 12:00:43 -0500
  • d00135d4d6 try to be a bit clearer about where the extra gmail properties are stored Brian White 2012-12-15 11:59:17 -0500
  • 16de1fd90b Bump version Brian White 2012-12-01 21:47:22 -0500
  • 5720473201 Fix variable case Brian White 2012-12-01 21:46:03 -0500
  • ec01e96e2b Add UTF-7 support where needed for mailbox names Brian White 2012-11-30 11:33:38 -0500
  • c270a7054a fix style Brian White 2012-11-21 17:02:16 -0500
  • d3a366bd84 Merge pull request #109 from antifuchs/fix-preauth-connections Brian White 2012-11-21 13:58:37 -0800
  • e3b336560c Fix re-IDLE Brian White 2012-11-16 12:20:35 -0500
  • d39b7e72ac Add isConnected and isAuthenticated properties Brian White 2012-11-08 16:28:18 -0500
  • 8db9bccc72 Reset some more state variables Brian White 2012-11-08 16:14:43 -0500
  • a34bb71ce3 Merge branch 'master' of github.com:mscdex/node-imap Brian White 2012-11-06 07:55:37 -0500
  • dbf5a9d6aa Change readme markdown syntax to appease Github Brian White 2012-11-06 07:55:11 -0500
  • abc0c6bb21 Merge pull request #114 from wavify/message-size Brian White 2012-11-05 17:06:11 -0800
  • 737b2de8b8 Check for prepended backslashes in user-supplied flags Brian White 2012-11-01 16:57:57 -0400
  • 2615008ec6 Fix style Chotiwat Chawannakul 2012-10-19 13:56:59 +0700