Announcement

Collapse
No announcement yet.

Espo doesn't download email with long name

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Espo doesn't download email with long name

    Hello,
    Espo doesn't download email with long name.
    Error in logs:
    Code:
    [2022-06-27 12:34:18] ERROR: EmailAccount 5f51e0b6d8c29cc4e (Import Message): [22001] SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'name' at row 1 [] []
    [2022-06-27 12:34:18] ERROR: EmailAccount 5f51e0b6d8c29cc4e (Get Message): [0] cannot set flags, have you tried to set the recent flag or special chars? [] []
    [2022-06-27 12:34:20] ERROR: EmailAccount 61b0a137e79c21e26 (Select Folder) [0] cannot change folder, maybe it does not exist [] []
    [2022-06-27 12:34:21] ERROR: EmailAccount 6278eee2ab57d33e5 (Import Message): [22001] SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'name' at row 1 [] []
    [2022-06-27 12:34:38] ERROR: Outlook: Refreshing token failed for client a5a93015-2973-4895-ab2f-9d385f8751f8: {"result":{"error":"invalid_grant","error_descript ion":"AADSTS700082: The refresh token has expired due to inactivity.
    EspoCRM 6.1.4
    php 7.4.6
    10.2.13-MariaDB

    Can you help? I missed a very important message because of this error, I'm afraid it will happen again

  • #2
    Hi,

    This should help https://stackoverflow.com/a/18459732/1194530

    Comment


    • #3
      Thank you!

      Comment

      Working...
      X