api documentation for imap-simple (v3.1.0)

Wrapper over node-imap, providing a simpler api for common use cases

table of contents

  1. module imap-simple
    1. function imap-simple.ImapSimple (imap)
    2. function imap-simple.connect (options, callback)
    3. function imap-simple.errors.ConnectionTimeoutError (timeout)
    4. function imap-simple.getParts (struct, parts)
    5. function imap-simple.parseHeader (str, noDecode)
    6. object imap-simple.ImapSimple.prototype
    7. object imap-simple.errors
  2. module imap-simple.ImapSimple
    1. function imap-simple.ImapSimple (imap)
    2. function imap-simple.ImapSimple.super_ ()
  3. module imap-simple.ImapSimple.prototype
    1. function imap-simple.ImapSimple.prototype.addFlags (uid, flags, callback)
    2. function imap-simple.ImapSimple.prototype.addMessageLabel (source, labels, callback)
    3. function imap-simple.ImapSimple.prototype.delFlags (uid, flags, callback)
    4. function imap-simple.ImapSimple.prototype.end ()
    5. function imap-simple.ImapSimple.prototype.getPartData (message, part, callback)
    6. function imap-simple.ImapSimple.prototype.moveMessage (source, boxName, callback)
    7. function imap-simple.ImapSimple.prototype.openBox (boxName, callback)
    8. function imap-simple.ImapSimple.prototype.search (searchCriteria, fetchOptions, callback)
  4. module imap-simple.errors
    1. function imap-simple.errors.ConnectionTimeoutError (timeout)
  5. module imap-simple.errors.ConnectionTimeoutError
    1. function imap-simple.errors.ConnectionTimeoutError (timeout)
    2. function imap-simple.errors.ConnectionTimeoutError.super_ ()

module imap-simple

function imap-simple.ImapSimple (imap)

function imap-simple.connect (options, callback)

function imap-simple.errors.ConnectionTimeoutError (timeout)

function imap-simple.getParts (struct, parts)

function imap-simple.parseHeader (str, noDecode)

module imap-simple.ImapSimple

function imap-simple.ImapSimple (imap)

function imap-simple.ImapSimple.super_ ()

module imap-simple.ImapSimple.prototype

function imap-simple.ImapSimple.prototype.addFlags (uid, flags, callback)

function imap-simple.ImapSimple.prototype.addMessageLabel (source, labels, callback)

function imap-simple.ImapSimple.prototype.delFlags (uid, flags, callback)

function imap-simple.ImapSimple.prototype.end ()

function imap-simple.ImapSimple.prototype.getPartData (message, part, callback)

function imap-simple.ImapSimple.prototype.moveMessage (source, boxName, callback)

function imap-simple.ImapSimple.prototype.openBox (boxName, callback)

function imap-simple.ImapSimple.prototype.search (searchCriteria, fetchOptions, callback)

module imap-simple.errors

function imap-simple.errors.ConnectionTimeoutError (timeout)

module imap-simple.errors.ConnectionTimeoutError

function imap-simple.errors.ConnectionTimeoutError (timeout)

function imap-simple.errors.ConnectionTimeoutError.super_ ()

[ this document was created with utility2 ]