Email folders

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ttm
    Junior Member
    • Sep 2019
    • 22

    Email folders


    Option to disable Email folders. And by default should be "all" folder.
  • ttm
    Junior Member
    • Sep 2019
    • 22

    #2

    Or at least email folders like other filters - button on the left of search bar. But "all" folders should be default or it should be option to choose default folder in administration panel.

    Comment

    • nolanchrist007
      Junior Member
      • Sep 2019
      • 1

      #3
      Yeah I seriously need any option to disable email folder if possible. Let me know if it's possible or point me towards the resource. Thanks in Advance.
      Must Check this: https://validedge.com/err-connection-timed-out/
      Last edited by nolanchrist007; 09-25-2019, 06:46 AM.

      Comment

      • yuri
        Member
        • Mar 2014
        • 8440

        #4
        Create a file custom/Espo/Custom/Resources/metadata/EmailFolder.json

        HTML Code:
        {
            "disabled": true
        }
        EspoCRM – Open Source CRM Application. Contribute to espocrm/espocrm development by creating an account on GitHub.


        Change file https://github.com/espocrm/espocrm/b...il/list.js#L43

        defaultFolderId: 'all',

        Clear cache
        Last edited by yuri; 09-10-2019, 06:45 AM.
        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

        • yuri
          Member
          • Mar 2014
          • 8440

          #5
          In the next version you can set the config param

          'emailFoldersDisabled' => true,
          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

          • ttm
            Junior Member
            • Sep 2019
            • 22

            #6
            Great !

            Comment

            Working...