Fetcher.prototype.disconnect = function(onDisconnected) {

    return this._doImapAction(this.imap, "end", "end", Status.disconnected);
};