Personal Email Accounts > Monitored Folders field isn't long enough for all folders

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • marcusquinn
    Senior Member
    • Jan 2021
    • 133

    Personal Email Accounts > Monitored Folders field isn't long enough for all folders



    I get the "Error 500" when trying to save more than the field limit for the number of IMAP folders that I need to add for monitoring.

    The mailboxes I'm connecting to have many folders, it would also make more sense to be able to multi-select them with tick-boxes or the Select button allowing for the panel to stay open until all folders to monitor are selected.

    And to save from trying to read the truncated content of this field, perhaps it would be better to work like the Phone/Email array fields as a list of items.

    I guess this has been this way for some time, so it is a design issue really, but also a bug in the sense that it stops user onboarding where all their emails from folders aren't available.
  • deskeogh
    Junior Member
    • Apr 2020
    • 9

    #2
    Im getting an error 500 too. Mine says "error 500:Bad data stored in file:data/cache/application/webhooks.php" . Not trying to hijack your thread. Just wondered if you were getting the same error.!
    Last edited by deskeogh; 04-26-2021, 05:19 PM.

    Comment

    • andy1111
      Junior Member
      • Apr 2021
      • 2

      #3
      Hi) im get this error too. What you do to fix this error??? I cant it fix 2 days
      https://lraber.dp.ua/
      Last edited by andy1111; 08-22-2021, 08:01 PM.

      Comment

      • yuri
        Member
        • Mar 2014
        • 8440

        #4
        Create 2 files:

        custom/Espo/Custom/Resources/metadata/entityDefs/EmailAccount.json
        custom/Espo/Custom/Resources/metadata/entityDefs/InboundEmail.json

        with the same contents:

        Code:
        {
            "fields": {
                "monitoredFolders": {
                    "maxLength": 512
                }
            }
        }
        Clear cache.
        If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

        Comment


        • marcusquinn
          marcusquinn commented
          Editing a comment
          Thank you kindly!
      • andy1111
        Junior Member
        • Apr 2021
        • 2

        #5
        Its work!!! Thank you Yuri ))

        Comment

        Working...