Announcement

Collapse
No announcement yet.

imap folder stuff

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

  • imap folder stuff

    Is there a way of globally configuring the open-xchange web imap client so that the INBOX appears on the same level as the other folders, not the top of the tree? In outlook, you set "root folder path," thunderbird calls it "imap server directory." It's the way our users are used to seeing their email, and if I can do it, I will.

    Also is there a way of globally specifying the location of the "Sent Folder?" Otherwise the open-xchange web imap client will now be creating a brand new folder to confuse my users...

  • #2
    further...

    Sent folder can be changed user by user with

    'changeuser'

    or from mysql with

    update user_setting_mail set std_sent='Sent';

    Would be nice if there was a global setting for this, though

    Comment


    • #3
      Actually, there are global settings:
      Code:
      /opt/open-xchange/etc/admindaemon/User.properties
      It also allows different default folder names for different langauges.

      Greetings

      Comment


      • #4
        thanks I did find it there too. I assume it's for new users, Yes? is there a way of changing root folder?

        Comment

        Working...
        X