Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TLS/Connection errors #10666

Open
UltraBlackLinux opened this issue Feb 7, 2025 · 0 comments
Open

TLS/Connection errors #10666

UltraBlackLinux opened this issue Feb 7, 2025 · 0 comments

Comments

@UltraBlackLinux
Copy link

Steps to reproduce

  1. See an email notification in the sidebar
  2. Click on the email
  3. it's not loading

Expected behavior

It should load the email

Actual behavior

It doesn't

Logs
{
  "reqId": "1lK7Fej6ieLKwd0rsKtI",
  "level": 3,
  "time": "2025-02-07T10:38:28+00:00",
  "user": "admin",
  "app": "mail",
  "method": "POST",
  "url": "/apps/mail/api/mailboxes/16/sync",
  "message": "Could not open secure TLS connection to the IMAP server.",
  "userAgent": "Mozilla/5.0 (X11; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0",
  "version": "30.0.5.1",
  "exception": {
    "Exception": "Horde_Imap_Client_Exception",
    "Message": "Could not open secure TLS connection to the IMAP server.",
    "Code": 100,
    "Trace": [
      {
        "file": "/var/www/html/custom_apps/mail/lib/IMAP/HordeImapClient.php",
        "line": 59,
        "function": "_login",
        "class": "Horde_Imap_Client_Socket",
        "type": "->",
        "args": [
          "*** sensitive parameters replaced ***"
        ]
      },
      {
        "file": "/var/www/html/custom_apps/mail/vendor/bytestream/horde-imap-client/lib/Horde/Imap/Client/Base.php",
        "line": 853,
        "function": "_login",
        "class": "OCA\\Mail\\IMAP\\HordeImapClient",
        "type": "->",
        "args": [
          "*** sensitive parameters replaced ***"
        ]
      },
      {
        "file": "/var/www/html/custom_apps/mail/lib/Service/Sync/ImapToDbSynchronizer.php",
        "line": 210,
        "function": "login",
        "class": "Horde_Imap_Client_Base",
        "type": "->",
        "args": [
          "*** sensitive parameters replaced ***"
        ]
      },
      {
        "file": "/var/www/html/custom_apps/mail/lib/Service/Sync/SyncService.php",
        "line": 126,
        "function": "sync",
        "class": "OCA\\Mail\\Service\\Sync\\ImapToDbSynchronizer",
        "type": "->",
        "args": [
          "*** sensitive parameters replaced ***"
        ]
      },
      {
        "file": "/var/www/html/custom_apps/mail/lib/Controller/MailboxesController.php",
        "line": 144,
        "function": "syncMailbox",
        "class": "OCA\\Mail\\Service\\Sync\\SyncService",
        "type": "->",
        "args": [
          "*** sensitive parameters replaced ***"
        ]
      },
      {
        "file": "/var/www/html/lib/private/AppFramework/Http/Dispatcher.php",
        "line": 208,
        "function": "sync",
        "class": "OCA\\Mail\\Controller\\MailboxesController",
        "type": "->",
        "args": [
          "*** sensitive parameters replaced ***"
        ]
      },
      {
        "file": "/var/www/html/lib/private/AppFramework/Http/Dispatcher.php",
        "line": 114,
        "function": "executeController",
        "class": "OC\\AppFramework\\Http\\Dispatcher",
        "type": "->",
        "args": [
          {
            "__class__": "OCA\\Mail\\Controller\\MailboxesController"
          },
          "sync"
        ]
      },
      {
        "file": "/var/www/html/lib/private/AppFramework/App.php",
        "line": 161,
        "function": "dispatch",
        "class": "OC\\AppFramework\\Http\\Dispatcher",
        "type": "->",
        "args": [
          {
            "__class__": "OCA\\Mail\\Controller\\MailboxesController"
          },
          "sync"
        ]
      },
      {
        "file": "/var/www/html/lib/private/Route/Router.php",
        "line": 302,
        "function": "main",
        "class": "OC\\AppFramework\\App",
        "type": "::",
        "args": [
          "OCA\\Mail\\Controller\\MailboxesController",
          "sync",
          {
            "__class__": "OC\\AppFramework\\DependencyInjection\\DIContainer"
          },
          {
            "id": "16",
            "_route": "mail.mailboxes.sync"
          }
        ]
      },
      {
        "file": "/var/www/html/lib/base.php",
        "line": 1003,
        "function": "match",
        "class": "OC\\Route\\Router",
        "type": "->",
        "args": [
          "/apps/mail/api/mailboxes/16/sync"
        ]
      },
      {
        "file": "/var/www/html/index.php",
        "line": 24,
        "function": "handleRequest",
        "class": "OC",
        "type": "::",
        "args": []
      }
    ],
    "File": "/var/www/html/custom_apps/mail/vendor/bytestream/horde-imap-client/lib/Horde/Imap/Client/Socket.php",
    "Line": 399,
    "message": "Could not open secure TLS connection to the IMAP server.",
    "exception": {
      "details": null,
      "logged": false,
      "raw_msg": "Could not open secure TLS connection to the IMAP server."
    },
    "CustomMessage": "Could not open secure TLS connection to the IMAP server."
  },
  "id": "67a5e7d985c00"
}
{
  "reqId": "tfB5cLHhndP2p1El3HT1",
  "level": 3,
  "time": "2025-02-07T10:38:28+00:00",
  "user": "admin",
  "app": "mail",
  "method": "POST",
  "url": "/apps/mail/api/mailboxes/1/sync",
  "message": "Could not fetch stats of mailbox 1. IMAP error: Could not open secure TLS connection to the IMAP server.",
  "userAgent": "Mozilla/5.0 (X11; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0",
  "version": "30.0.5.1",
  "exception": {
    "Exception": "OCA\\Mail\\Exception\\ServiceException",
    "Message": "Could not fetch stats of mailbox 1. IMAP error: Could not open secure TLS connection to the IMAP server.",
    "Code": 100,
    "Trace": [
      {
        "file": "/var/www/html/custom_apps/mail/lib/Service/Sync/SyncService.php",
        "line": 136,
        "function": "syncStats",
        "class": "OCA\\Mail\\IMAP\\MailboxSync",
        "type": "->",
        "args": [
          "*** sensitive parameters replaced ***"
        ]
      },
      {
        "file": "/var/www/html/custom_apps/mail/lib/Controller/MailboxesController.php",
        "line": 144,
        "function": "syncMailbox",
        "class": "OCA\\Mail\\Service\\Sync\\SyncService",
        "type": "->",
        "args": [
          "*** sensitive parameters replaced ***"
        ]
      },
      {
        "file": "/var/www/html/lib/private/AppFramework/Http/Dispatcher.php",
        "line": 208,
        "function": "sync",
        "class": "OCA\\Mail\\Controller\\MailboxesController",
        "type": "->",
        "args": [
          "*** sensitive parameters replaced ***"
        ]
      },
      {
        "file": "/var/www/html/lib/private/AppFramework/Http/Dispatcher.php",
        "line": 114,
        "function": "executeController",
        "class": "OC\\AppFramework\\Http\\Dispatcher",
        "type": "->",
        "args": [
          {
            "__class__": "OCA\\Mail\\Controller\\MailboxesController"
          },
          "sync"
        ]
      },
      {
        "file": "/var/www/html/lib/private/AppFramework/App.php",
        "line": 161,
        "function": "dispatch",
        "class": "OC\\AppFramework\\Http\\Dispatcher",
        "type": "->",
        "args": [
          {
            "__class__": "OCA\\Mail\\Controller\\MailboxesController"
          },
          "sync"
        ]
      },
      {
        "file": "/var/www/html/lib/private/Route/Router.php",
        "line": 302,
        "function": "main",
        "class": "OC\\AppFramework\\App",
        "type": "::",
        "args": [
          "OCA\\Mail\\Controller\\MailboxesController",
          "sync",
          {
            "__class__": "OC\\AppFramework\\DependencyInjection\\DIContainer"
          },
          {
            "id": "1",
            "_route": "mail.mailboxes.sync"
          }
        ]
      },
      {
        "file": "/var/www/html/lib/base.php",
        "line": 1003,
        "function": "match",
        "class": "OC\\Route\\Router",
        "type": "->",
        "args": [
          "/apps/mail/api/mailboxes/1/sync"
        ]
      },
      {
        "file": "/var/www/html/index.php",
        "line": 24,
        "function": "handleRequest",
        "class": "OC",
        "type": "::",
        "args": []
      }
    ],
    "File": "/var/www/html/custom_apps/mail/lib/IMAP/MailboxSync.php",
    "Line": 153,
    "Previous": {
      "Exception": "Horde_Imap_Client_Exception",
      "Message": "Could not open secure TLS connection to the IMAP server.",
      "Code": 100,
      "Trace": [
        {
          "file": "/var/www/html/custom_apps/mail/lib/IMAP/HordeImapClient.php",
          "line": 59,
          "function": "_login",
          "class": "Horde_Imap_Client_Socket",
          "type": "->",
          "args": [
            "*** sensitive parameters replaced ***"
          ]
        },
        {
          "file": "/var/www/html/custom_apps/mail/vendor/bytestream/horde-imap-client/lib/Horde/Imap/Client/Base.php",
          "line": 853,
          "function": "_login",
          "class": "OCA\\Mail\\IMAP\\HordeImapClient",
          "type": "->",
          "args": [
            "*** sensitive parameters replaced ***"
          ]
        },
        {
          "file": "/var/www/html/custom_apps/mail/vendor/bytestream/horde-imap-client/lib/Horde/Imap/Client/Base.php",
          "line": 1613,
          "function": "login",
          "class": "Horde_Imap_Client_Base",
          "type": "->",
          "args": [
            "*** sensitive parameters replaced ***"
          ]
        },
        {
          "file": "/var/www/html/custom_apps/mail/lib/IMAP/FolderMapper.php",
          "line": 135,
          "function": "status",
          "class": "Horde_Imap_Client_Base",
          "type": "->",
          "args": [
            [
              "INBOX"
            ]
          ]
        },
        {
          "file": "/var/www/html/custom_apps/mail/lib/IMAP/MailboxSync.php",
          "line": 150,
          "function": "getFoldersStatusAsObject",
          "class": "OCA\\Mail\\IMAP\\FolderMapper",
          "type": "->",
          "args": [
            {
              "__class__": "OCA\\Mail\\IMAP\\HordeImapClient",
              "cacheFields": [
                "HICenv",
                "HICflags",
                "HIChdrs",
                "HICdate",
                "HICsize",
                "And 1 more entries, set log level to debug to see all entries"
              ],
              "changed": "*** sensitive parameters replaced ***",
              "statuscache": "*** sensitive parameters replaced ***"
            },
            [
              "INBOX"
            ]
          ]
        },
        {
          "file": "/var/www/html/custom_apps/mail/lib/Service/Sync/SyncService.php",
          "line": 136,
          "function": "syncStats",
          "class": "OCA\\Mail\\IMAP\\MailboxSync",
          "type": "->",
          "args": [
            "*** sensitive parameters replaced ***"
          ]
        },
        {
          "file": "/var/www/html/custom_apps/mail/lib/Controller/MailboxesController.php",
          "line": 144,
          "function": "syncMailbox",
          "class": "OCA\\Mail\\Service\\Sync\\SyncService",
          "type": "->",
          "args": [
            "*** sensitive parameters replaced ***"
          ]
        },
        {
          "file": "/var/www/html/lib/private/AppFramework/Http/Dispatcher.php",
          "line": 208,
          "function": "sync",
          "class": "OCA\\Mail\\Controller\\MailboxesController",
          "type": "->",
          "args": [
            "*** sensitive parameters replaced ***"
          ]
        },
        {
          "file": "/var/www/html/lib/private/AppFramework/Http/Dispatcher.php",
          "line": 114,
          "function": "executeController",
          "class": "OC\\AppFramework\\Http\\Dispatcher",
          "type": "->",
          "args": [
            {
              "__class__": "OCA\\Mail\\Controller\\MailboxesController"
            },
            "sync"
          ]
        },
        {
          "file": "/var/www/html/lib/private/AppFramework/App.php",
          "line": 161,
          "function": "dispatch",
          "class": "OC\\AppFramework\\Http\\Dispatcher",
          "type": "->",
          "args": [
            {
              "__class__": "OCA\\Mail\\Controller\\MailboxesController"
            },
            "sync"
          ]
        },
        {
          "file": "/var/www/html/lib/private/Route/Router.php",
          "line": 302,
          "function": "main",
          "class": "OC\\AppFramework\\App",
          "type": "::",
          "args": [
            "OCA\\Mail\\Controller\\MailboxesController",
            "sync",
            {
              "__class__": "OC\\AppFramework\\DependencyInjection\\DIContainer"
            },
            {
              "id": "1",
              "_route": "mail.mailboxes.sync"
            }
          ]
        },
        {
          "file": "/var/www/html/lib/base.php",
          "line": 1003,
          "function": "match",
          "class": "OC\\Route\\Router",
          "type": "->",
          "args": [
            "/apps/mail/api/mailboxes/1/sync"
          ]
        },
        {
          "file": "/var/www/html/index.php",
          "line": 24,
          "function": "handleRequest",
          "class": "OC",
          "type": "::",
          "args": []
        }
      ],
      "File": "/var/www/html/custom_apps/mail/vendor/bytestream/horde-imap-client/lib/Horde/Imap/Client/Socket.php",
      "Line": 399
    },
    "message": "Could not fetch stats of mailbox 1. IMAP error: Could not open secure TLS connection to the IMAP server.",
    "exception": [],
    "CustomMessage": "Could not fetch stats of mailbox 1. IMAP error: Could not open secure TLS connection to the IMAP server."
  },
  "id": "67a5e7d985bdd"
}
{
  "reqId": "INNx4b7xC90HbyPtDj1f",
  "level": 3,
  "time": "2025-02-07T10:47:12+00:00",
  "user": "admin",
  "app": "mail",
  "method": "POST",
  "url": "/apps/mail/api/mailboxes/8/sync",
  "message": "Could not fetch stats of mailbox 8. IMAP error: Error when communicating with the mail server.",
  "userAgent": "Mozilla/5.0 (X11; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0",
  "version": "30.0.5.1",
  "exception": {
    "Exception": "OCA\\Mail\\Exception\\ServiceException",
    "Message": "Could not fetch stats of mailbox 8. IMAP error: Error when communicating with the mail server.",
    "Code": 28,
    "Trace": [
      {
        "file": "/var/www/html/custom_apps/mail/lib/Service/Sync/SyncService.php",
        "line": 136,
        "function": "syncStats",
        "class": "OCA\\Mail\\IMAP\\MailboxSync",
        "type": "->",
        "args": [
          "*** sensitive parameters replaced ***"
        ]
      },
      {
        "file": "/var/www/html/custom_apps/mail/lib/Controller/MailboxesController.php",
        "line": 144,
        "function": "syncMailbox",
        "class": "OCA\\Mail\\Service\\Sync\\SyncService",
        "type": "->",
        "args": [
          "*** sensitive parameters replaced ***"
        ]
      },
      {
        "file": "/var/www/html/lib/private/AppFramework/Http/Dispatcher.php",
        "line": 208,
        "function": "sync",
        "class": "OCA\\Mail\\Controller\\MailboxesController",
        "type": "->",
        "args": [
          "*** sensitive parameters replaced ***"
        ]
      },
      {
        "file": "/var/www/html/lib/private/AppFramework/Http/Dispatcher.php",
        "line": 114,
        "function": "executeController",
        "class": "OC\\AppFramework\\Http\\Dispatcher",
        "type": "->",
        "args": [
          {
            "__class__": "OCA\\Mail\\Controller\\MailboxesController"
          },
          "sync"
        ]
      },
      {
        "file": "/var/www/html/lib/private/AppFramework/App.php",
        "line": 161,
        "function": "dispatch",
        "class": "OC\\AppFramework\\Http\\Dispatcher",
        "type": "->",
        "args": [
          {
            "__class__": "OCA\\Mail\\Controller\\MailboxesController"
          },
          "sync"
        ]
      },
      {
        "file": "/var/www/html/lib/private/Route/Router.php",
        "line": 302,
        "function": "main",
        "class": "OC\\AppFramework\\App",
        "type": "::",
        "args": [
          "OCA\\Mail\\Controller\\MailboxesController",
          "sync",
          {
            "__class__": "OC\\AppFramework\\DependencyInjection\\DIContainer"
          },
          {
            "id": "8",
            "_route": "mail.mailboxes.sync"
          }
        ]
      },
      {
        "file": "/var/www/html/lib/base.php",
        "line": 1003,
        "function": "match",
        "class": "OC\\Route\\Router",
        "type": "->",
        "args": [
          "/apps/mail/api/mailboxes/8/sync"
        ]
      },
      {
        "file": "/var/www/html/index.php",
        "line": 24,
        "function": "handleRequest",
        "class": "OC",
        "type": "::",
        "args": []
      }
    ],
    "File": "/var/www/html/custom_apps/mail/lib/IMAP/MailboxSync.php",
    "Line": 153,
    "Previous": {
      "Exception": "Horde_Imap_Client_Exception",
      "Message": "Error when communicating with the mail server.",
      "Code": 28,
      "Trace": [
        {
          "file": "/var/www/html/custom_apps/mail/vendor/bytestream/horde-imap-client/lib/Horde/Imap/Client/Socket.php",
          "line": 4560,
          "function": "read",
          "class": "Horde_Imap_Client_Socket_Connection_Socket",
          "type": "->",
          "args": []
        },
        {
          "file": "/var/www/html/custom_apps/mail/vendor/bytestream/horde-imap-client/lib/Horde/Imap/Client/Socket.php",
          "line": 4319,
          "function": "_getLine",
          "class": "Horde_Imap_Client_Socket",
          "type": "->",
          "args": [
            {
              "__class__": "Horde_Imap_Client_Interaction_Pipeline",
              "data": {
                "modseqs": [],
                "modseqs_nouid": [],
                "capability_set": "*** sensitive parameters replaced ***"
              },
              "fetch": {
                "__class__": "Horde_Imap_Client_Fetch_Results"
              }
            }
          ]
        },
        {
          "file": "/var/www/html/custom_apps/mail/vendor/bytestream/horde-imap-client/lib/Horde/Imap/Client/Socket.php",
          "line": 4243,
          "function": "_sendCmdChunk",
          "class": "Horde_Imap_Client_Socket",
          "type": "->",
          "args": [
            {
              "__class__": "Horde_Imap_Client_Interaction_Pipeline",
              "data": {
                "modseqs": [],
                "modseqs_nouid": [],
                "capability_set": "*** sensitive parameters replaced ***"
              },
              "fetch": {
                "__class__": "Horde_Imap_Client_Fetch_Results"
              }
            },
            [
              {
                "__class__": "Horde_Imap_Client_Interaction_Command",
                "debug": [],
                "literalplus": "*** sensitive parameters replaced ***",
                "literal8": "*** sensitive parameters replaced ***",
                "on_error": "*** sensitive parameters replaced ***",
                "on_success": "*** sensitive parameters replaced ***",
                "pipeline": {
                  "__class__": "Horde_Imap_Client_Interaction_Pipeline",
                  "data": {
                    "modseqs": [],
                    "modseqs_nouid": [],
                    "capability_set": "*** sensitive parameters replaced ***"
                  },
                  "fetch": {
                    "__class__": "Horde_Imap_Client_Fetch_Results"
                  }
                },
                "response": {
                  "__class__": "Horde_Imap_Client_Interaction_Server_Tagged",
                  "responseCode": "*** sensitive parameters replaced ***",
                  "status": 4,
                  "token": {
                    "__class__": "Horde_Imap_Client_Tokenize"
                  },
                  "tag": "2"
                },
                "tag": "2"
              }
            ]
          ]
        },
        {
          "file": "/var/www/html/custom_apps/mail/vendor/bytestream/horde-imap-client/lib/Horde/Imap/Client/Socket.php",
          "line": 232,
          "function": "_sendCmd",
          "class": "Horde_Imap_Client_Socket",
          "type": "->",
          "args": [
            {
              "__class__": "Horde_Imap_Client_Interaction_Command",
              "debug": [],
              "literalplus": "*** sensitive parameters replaced ***",
              "literal8": "*** sensitive parameters replaced ***",
              "on_error": "*** sensitive parameters replaced ***",
              "on_success": "*** sensitive parameters replaced ***",
              "pipeline": {
                "__class__": "Horde_Imap_Client_Interaction_Pipeline",
                "data": {
                  "modseqs": [],
                  "modseqs_nouid": [],
                  "capability_set": "*** sensitive parameters replaced ***"
                },
                "fetch": {
                  "__class__": "Horde_Imap_Client_Fetch_Results"
                }
              },
              "response": {
                "__class__": "Horde_Imap_Client_Interaction_Server_Tagged",
                "responseCode": "*** sensitive parameters replaced ***",
                "status": 4,
                "token": {
                  "__class__": "Horde_Imap_Client_Tokenize"
                },
                "tag": "2"
              },
              "tag": "2"
            }
          ]
        },
        {
          "file": "/var/www/html/custom_apps/mail/vendor/bytestream/horde-imap-client/lib/Horde/Imap/Client/Base.php",
          "line": 669,
          "function": "_initCapability",
          "class": "Horde_Imap_Client_Socket",
          "type": "->",
          "args": []
        },
        {
          "file": "/var/www/html/custom_apps/mail/vendor/bytestream/horde-imap-client/lib/Horde/Imap/Client/Socket.php",
          "line": 434,
          "function": "_capability",
          "class": "Horde_Imap_Client_Base",
          "type": "->",
          "args": []
        },
        {
          "file": "/var/www/html/custom_apps/mail/lib/IMAP/HordeImapClient.php",
          "line": 59,
          "function": "_login",
          "class": "Horde_Imap_Client_Socket",
          "type": "->",
          "args": [
            "*** sensitive parameters replaced ***"
          ]
        },
        {
          "file": "/var/www/html/custom_apps/mail/vendor/bytestream/horde-imap-client/lib/Horde/Imap/Client/Base.php",
          "line": 853,
          "function": "_login",
          "class": "OCA\\Mail\\IMAP\\HordeImapClient",
          "type": "->",
          "args": [
            "*** sensitive parameters replaced ***"
          ]
        },
        {
          "file": "/var/www/html/custom_apps/mail/vendor/bytestream/horde-imap-client/lib/Horde/Imap/Client/Base.php",
          "line": 1613,
          "function": "login",
          "class": "Horde_Imap_Client_Base",
          "type": "->",
          "args": [
            "*** sensitive parameters replaced ***"
          ]
        },
        {
          "file": "/var/www/html/custom_apps/mail/lib/IMAP/FolderMapper.php",
          "line": 135,
          "function": "status",
          "class": "Horde_Imap_Client_Base",
          "type": "->",
          "args": [
            [
              "INBOX"
            ]
          ]
        },
        {
          "file": "/var/www/html/custom_apps/mail/lib/IMAP/MailboxSync.php",
          "line": 150,
          "function": "getFoldersStatusAsObject",
          "class": "OCA\\Mail\\IMAP\\FolderMapper",
          "type": "->",
          "args": [
            {
              "__class__": "OCA\\Mail\\IMAP\\HordeImapClient",
              "cacheFields": [
                "HICenv",
                "HICflags",
                "HIChdrs",
                "HICdate",
                "HICsize",
                "And 1 more entries, set log level to debug to see all entries"
              ],
              "changed": "*** sensitive parameters replaced ***",
              "statuscache": "*** sensitive parameters replaced ***"
            },
            [
              "INBOX"
            ]
          ]
        },
        {
          "file": "/var/www/html/custom_apps/mail/lib/Service/Sync/SyncService.php",
          "line": 136,
          "function": "syncStats",
          "class": "OCA\\Mail\\IMAP\\MailboxSync",
          "type": "->",
          "args": [
            "*** sensitive parameters replaced ***"
          ]
        },
        {
          "file": "/var/www/html/custom_apps/mail/lib/Controller/MailboxesController.php",
          "line": 144,
          "function": "syncMailbox",
          "class": "OCA\\Mail\\Service\\Sync\\SyncService",
          "type": "->",
          "args": [
            "*** sensitive parameters replaced ***"
          ]
        },
        {
          "file": "/var/www/html/lib/private/AppFramework/Http/Dispatcher.php",
          "line": 208,
          "function": "sync",
          "class": "OCA\\Mail\\Controller\\MailboxesController",
          "type": "->",
          "args": [
            "*** sensitive parameters replaced ***"
          ]
        },
        {
          "file": "/var/www/html/lib/private/AppFramework/Http/Dispatcher.php",
          "line": 114,
          "function": "executeController",
          "class": "OC\\AppFramework\\Http\\Dispatcher",
          "type": "->",
          "args": [
            {
              "__class__": "OCA\\Mail\\Controller\\MailboxesController"
            },
            "sync"
          ]
        },
        {
          "file": "/var/www/html/lib/private/AppFramework/App.php",
          "line": 161,
          "function": "dispatch",
          "class": "OC\\AppFramework\\Http\\Dispatcher",
          "type": "->",
          "args": [
            {
              "__class__": "OCA\\Mail\\Controller\\MailboxesController"
            },
            "sync"
          ]
        },
        {
          "file": "/var/www/html/lib/private/Route/Router.php",
          "line": 302,
          "function": "main",
          "class": "OC\\AppFramework\\App",
          "type": "::",
          "args": [
            "OCA\\Mail\\Controller\\MailboxesController",
            "sync",
            {
              "__class__": "OC\\AppFramework\\DependencyInjection\\DIContainer"
            },
            {
              "id": "8",
              "_route": "mail.mailboxes.sync"
            }
          ]
        },
        {
          "file": "/var/www/html/lib/base.php",
          "line": 1003,
          "function": "match",
          "class": "OC\\Route\\Router",
          "type": "->",
          "args": [
            "/apps/mail/api/mailboxes/8/sync"
          ]
        },
        {
          "file": "/var/www/html/index.php",
          "line": 24,
          "function": "handleRequest",
          "class": "OC",
          "type": "::",
          "args": []
        }
      ],
      "File": "/var/www/html/custom_apps/mail/vendor/bytestream/horde-imap-client/lib/Horde/Imap/Client/Socket/Connection/Socket.php",
      "Line": 241
    },
    "message": "Could not fetch stats of mailbox 8. IMAP error: Error when communicating with the mail server.",
    "exception": [],
    "CustomMessage": "Could not fetch stats of mailbox 8. IMAP error: Error when communicating with the mail server."
  },
  "id": "67a5e7cf4a404"
}

Mail app version

4.1.2

Nextcloud version

30.0.5

Mailserver or service

Hetzner

Operating system

Arch Linux

PHP engine version

Other

Nextcloud memory caching

No response

Web server

Other

Database

Other

Additional info

Running nextcloud AIO

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant