Nov 10

MailBot has been updated to version 17.98.

Starting around October 8th, Outlook disabled POP/IMAP activation for all new accounts at the administrator level of the Microsoft Exchange server that hosts Outlook email!

Important! This restriction expires two days after account creation.

You won’t be able to activate POP/IMAP in a newly created Outlook account, even if you create it manually in a browser, confirm your recovery email, and enable the “POP” and “IMAP” switches in the “Forwarding and IMAP” section of your account settings:

A screenshot of the POP/IMAP settings in an Outlook account

The switches will be drawn as enabled, but any HTTP requests that are sent will receive a 500 Internal Server Error response from the server with the following error JSON:

{
  "Body": {
    "ErrorCode": 500,
    "ExceptionName": "OwaInvalidOperationException",
    "FaultMessage": null,
    "IsTransient": false,
    "ResponseCode": "ErrorInternalServerError"
  }
}

You won’t see any error in the Outlook web interface. The IsTransient field, set to false, indicates that the error isn’t temporary, but caused by a configuration (policy restriction). In simple terms, this means Read more »

tavel \\ , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Aug 23

MailBot has been updated to version 16.42.

OpenSSL logo

The project migrated to the OpenSSL v3 library, and TLS 1.3 support was added. At the very least, this sped up network performance.

Attention! When updating to version 16.42, you must copy the new files libcrypto-3.dll and libssl-3.dll from the downloaded archive to the same folder where the MailBot.exe file is located.

CrazyToken logo

Implemented support for the CrazyToken API, a service for solving FunCAPTCHA.

The service solves FunCAPTCHA for $1.2 per 1000 solutions. Solution speed is 1 second.

Outlook

Implemented:

  • FunCAPTCHA solution before sending SMS to phone number when unlocking accounts
  • handling of the ErrMaximumOTTDailyError error when unlocking an account
  • handling of the Try another verification method error when creating an account by phone number
  • handling of error 429 Too Many Requests after sign in request

Fixed:

tavel \\ , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,