Status Codes

Overview

StatusMeaningRetryableOutput File
SuccessValid credentialssuccess.txt
InvalidCredentialsWrong passwordNoinvalid.txt
TwoFactorRequired2FA/MFA enabledNo2fa.txt
AccountLockedDisabled/suspendedNolocked.txt
PasswordChangeRequiredPassword expiredNopassword_change.txt
RecoveryRequiredIdentity verification neededNorecovery.txt
CaptchaRequiredCAPTCHA challengeNoerrors.txt
RateLimitedToo many attemptsYes*errors.txt
ConnectionFailedCan’t reach serverYeserrors.txt
TimeoutTimed outYeserrors.txt
ProxyErrorProxy failedYeserrors.txt
TlsErrorSSL/TLS failedYeserrors.txt
ProtocolErrorProtocol-level errorNoerrors.txt
ServerNotFoundNo mail server for domainNoerrors.txt
ProtocolMismatchNo supported protocolNoerrors.txt

*RateLimited retries use backoff delays.

Retry Behavior

Transient errors (ConnectionFailed, Timeout, ProxyError, TlsError) are retried automatically based on your retry count setting. Permanent results like InvalidCredentials, 2FA, or Locked are never retried.