255 Commits (3bc7bd7ac27b793ed1b022b1f2540acc347214ad)
 

Author SHA1 Message Date
Brian White 3bc7bd7ac2 bump version 12 years ago
Brian White dfe176fdfd fix xoauth/xoauth2 12 years ago
Brian White 68b1db11c3 bump version 12 years ago
Brian White b5dca62d5b fix IDLE after connection if there is nothing yet to do and other misc changes 12 years ago
Brian White 4e61905378 Don't clear connection timer until greeting is received 12 years ago
Brian White 1bc39932df relax parsing for search/sort results 12 years ago
Brian White dfb729b140 fix readme style 12 years ago
Brian White bb5d8c43ed fix comment style 12 years ago
Brian White 93de609c54 fix backwards compatibility for require() 12 years ago
Brian White d1cdb06cc1 use type coercion and less 'arguments' usage 12 years ago
Brian White ce072c5d84 use util.isDate instead of instanceof 12 years ago
Brian White 1a1d51c42a rename is* connection properties 12 years ago
Brian White 2d0772ac56 remove example 12 years ago
mscdex c709348849 Update more documentation to reflect fetch() rewrite 12 years ago
mscdex beda1283bf Check for boolean true in headers.fields for fetch() 12 years ago
mscdex 6b6bfb6bc1 Fix 'struct' default for fetch() 12 years ago
mscdex e204707743 Remove obsolete helper module 12 years ago
mscdex 3ed5cc54d1 partial update for readme post-fetch() rewrite 12 years ago
mscdex 2ae7371f22 fetch() rewrite 12 years ago
Brian White 9e4223019f fix one last typo 12 years ago
Brian White e24cc45b13 fix typo 12 years ago
Brian White d00135d4d6 try to be a bit clearer about where the extra gmail properties are stored 12 years ago
Brian White 16de1fd90b Bump version 12 years ago
Brian White 5720473201 Fix variable case 12 years ago
Brian White ec01e96e2b Add UTF-7 support where needed for mailbox names 12 years ago
Brian White c270a7054a fix style 12 years ago
Brian White d3a366bd84 Merge pull request #109 from antifuchs/fix-preauth-connections
Don't attempt logging in on a PREAUTH connection
12 years ago
Brian White e3b336560c Fix re-IDLE 12 years ago
Brian White d39b7e72ac Add isConnected and isAuthenticated properties 12 years ago
Brian White 8db9bccc72 Reset some more state variables 12 years ago
Brian White a34bb71ce3 Merge branch 'master' of github.com:mscdex/node-imap 12 years ago
Brian White dbf5a9d6aa Change readme markdown syntax to appease Github 12 years ago
Brian White abc0c6bb21 Merge pull request #114 from wavify/message-size
Can request for message size when fetch
12 years ago
Brian White 737b2de8b8 Check for prepended backslashes in user-supplied flags 12 years ago
Chotiwat Chawannakul 2615008ec6 Fix style 12 years ago
Brian White 321387c0e6 Fix confusing unseen mailbox count behavior 12 years ago
Brian White cd54142b15 Bump version 12 years ago
Brian White 1265ebd501 Make sort() criteria doc style match that of search()'s 12 years ago
Brian White 03aa1b0c2b Document uidnext 12 years ago
Brian White 61300babde Fix docs: validity should be uidvalidity 12 years ago
Brian White 6554c74e61 Don't change internal state when opening a box until the command is actually sent 12 years ago
Brian White 639701125b Don't use arguments.callee 12 years ago
Brian White 8370471c58 Add readOnly to definition and in resetBox() 12 years ago
Brian White 260df2ffd0 Bump version 12 years ago
Brian White dc1bca241f Improve sort() documentation 12 years ago
Brian White 6919873b6b Merge branch 'master' of github.com:mscdex/node-imap 12 years ago
Brian White 7515fe99e2 Lint 12 years ago
Brian White b3e47568bf Add documentation for sort() 12 years ago
Brian White adbfc49150 Make the reverse sort prefix '-' instead of '!' 12 years ago
Brian White aa2d6931b0 Add documentation for unseen message count and reword message counts descriptions 12 years ago