Folder dont show up after logout and relogin

Issue #1105 closed
memic created an issue

I can add folders in the gui, but after logout and login they dont show up anymore. I can see those folders in the db. Another issue is if i import mails with imap into a folder, the folder has no name in the backend only shows --- as name.

Comments (12)

  1. memic reporter

    thx 🙂

    seems to work, i will do some more testing tomorrow, do i have to create the folder in advance?

  2. memic reporter

    another issue is that all folders disapear if i remove a folder, i have to relogin to see the folders again. this doesnt seem to happen every time, but most of the time.

  3. memic reporter

    i looked into the issue myself. the defect is the get_sub_folders method. here you need a

    if ( 0 <= $id ) {
    return;
    }

    at the begining, because it id=0 it should not go deeper into recursion. In the frontend i dont even see subfolders..

    Regrads,

    memic

  4. Janos SUTO repo owner

    So each user should have his own folders. Sharing folders may not be possible since a folder is tied to its owner.

    You should have created the folders in advance. I’ll test the folder delete stuff for myself.

  5. Log in to comment