Aspose.Email.Cpp v24.12.1 Examples Crash

void FetchEmailMessagesFromIMAPServer()
{
    const System::String host = u"imap.163.com";
    const int32_t port = 993;
    const System::String username = u"test111111111@163.com";
    const System::String password = u"xxxxxxxxxxxx";
    System::SharedPtr<ImapClient> client = System::MakeObject<ImapClient>(host, port, username, password);

    try
    {
        client->SelectFolder(ImapFolderInfo::InBox); // crash this line
        client->Dispose();
    }
    catch (System::Exception& ex)
    {
        System::Console::Write(System::Environment::get_NewLine() + System::ObjectExt::ToString(ex));
    }
}

int main()
{
    FetchEmailMessagesFromIMAPServer();
    return 0;
}

image.png (115.2 KB)

I have downloaded the Aspose.Email.Cpp (Aspose.Email.CPP for C++ 24.12.1) and when I’m trying to build and run the provided example, the program crash.

Through my testing, I’ve found that the program doesn’t crash when the username and password are correct. However, it crashes when incorrect credentials are entered. This behavior is confusing, and I would appreciate your assistance in resolving this issue.

Thanks

Hello @dogtanss,

Welcome to our support forum!
Thank you for reaching out. We will review this issue and get back to you shortly.

Hello @dogtanss,
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): EMAILCPP-448

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.