130 Commits (3e532e3ff62a2c7810ee518465fa271d7c5bad75)

Author SHA1 Message Date
Tony Mobily fd7422a609
readme: document socketTimeout option 7 years ago
Matthias Biggeleben f74f257932 Connection: allow custom metadata to be fetched 8 years ago
Brian White 8100c0c134 Connection: allow more keepalive configuration 10 years ago
Vincent Voyer 37a6e2fea2 docs(UIDPLUS): correct doc on copy/move 10 years ago
Brian White 329d46cf1c update example in readme 10 years ago
Brian White 9d7620b8eb readme: update to include authTimeout 10 years ago
Brian White 0ed78a3fdd readme: document optional parameter for expunge 11 years ago
Brian White 10c13321d8 readme: fix style 11 years ago
Brian White 7ef2076fbb readme: fix type for date attribute and type capitalization 11 years ago
Brian White 6d660e3854 update readme 11 years ago
Brian White f83449f801 Connection: add persistentUIDs property to Box objects 11 years ago
Brian White 8d9f1871be Connection: pass just the textCode values where necessary 11 years ago
Raoul Wissink 4fcb22b7f2 Added spaces to get fetch 'bodies' examples working 11 years ago
mscdex db0abe712a readme: add note about 0.7-0.8 upgrade guide 11 years ago
Brian White 48b0c54926 readme: rephrase notes about fetch() and body part sections 11 years ago
mscdex dff2ff4a90 Connection: make end() more graceful, add destroy() for more forceful 11 years ago
mscdex b89b557000 readme: fix markdown display issue 11 years ago
Roger Garner e787146ef4 Add support for SUBSCRIBE, UNSUBSCRIBE and LSUB
IMAP can subscribe to / unsubscribe from folders. Servers such as
Dovecot do not automatically subscribe to newly created mailboxes, you
must subscribe to them after creation.

subscribeBox - Subscribes to the specified box.
unsubcribeBox - Unsubscribes from the specified box.
getSubscribedBoxes - Issues a LSUB command to the server. Whilst LIST
returns all folders, LSUB only returns the folders the user has
subscribed to.
11 years ago
mscdex 94b11c0205 readme: normalize property data type format 11 years ago
mscdex 875bec5cf8 readme: add `modifiers` parameter to openBox() for future extensions 11 years ago
mscdex 505a6ff627 readme: change capitalization 11 years ago
mscdex b8c90a95d3 readme: introduce new data type, makes things DRY-er 11 years ago
mscdex 93ff93bf80 readme: fix signatures for new CONDSTORE methods 11 years ago
mscdex 88359f9f43 First go at CONDSTORE support 11 years ago
mscdex 00caa8f7b5 misc cleanup 11 years ago
mscdex f8f9310f56 Connection: add 'uidvalidity' event for unsolicited, untagged OK responses with uidvalidity text code 11 years ago
mscdex b06599ceb2 Connection: rename 'deleted' event name to 'expunge' 11 years ago
mscdex f942ede18a Connection: add 'update' event for unsolicited, untagged FETCH responses 11 years ago
mscdex f831fd7fa0 Connection: refactor _store() and add setFlags() and setKeywords() 11 years ago
mscdex 8ea6b78532 Finish change over to always using preceding backslash for flags 11 years ago
mscdex 0e1b019b9b readme: add missing `newKeywords` property documentation for Box objects 11 years ago
mscdex 3feafdc25d readme: add documentation for `flags` Box property 11 years ago
mscdex 105ee2eb97 readme: fix typo 11 years ago
mscdex f935a722f1 readme: remove GMT comment about message date 11 years ago
mscdex 1498020c2c Parser: decode encoded-words by default in parseHeader() 11 years ago
mscdex f8e31d722d readme: fix fetch in example 11 years ago
mscdex 46d9b8577d readme: note xoauth* values must be base64-encoded 11 years ago
mscdex 9333c3a3a0 removeDeleted() -> expunge() 11 years ago
mscdex 48e37631c7 add support for STARTTLS 11 years ago
mscdex b6d8a3a151 readme: update TODO 11 years ago
mscdex 46efaa5e28 add support for THREAD 11 years ago
mscdex 789c754269 readme: update TODO 11 years ago
mscdex b85456876c Connection: add ability to explicitly close the current mailbox without auto-expunging 11 years ago
mscdex 2f55048805 readme: fix markdown parsing 11 years ago
mscdex 27ef4c8c5f readme: update TODO 11 years ago
mscdex 409577fdf8 add support for QUOTA 11 years ago
mscdex 008332036f add support for ESEARCH 11 years ago
mscdex cd3358c814 readme: adjust examples 11 years ago
mscdex 4208cbb952 readme: fix/modify examples 11 years ago
mscdex 5eb8334553 module rewrite 11 years ago