Fetcher.prototype.connect = function(onConnected) {

    return this._doImapAction(this.imap, "connect", "ready", Status.connected);
};