Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Folder setting not showing in GUI for filters where email is set to move to specific folder. #58

Open
tfrancois opened this issue Jul 26, 2023 · 4 comments
Labels

Comments

@tfrancois
Copy link

I've identified an issue in the Webmail UI for filters where the folder does not update in the View Filters folder dropdown - although the setting is properly set - whether by the Wildduck API or via the GUI, doesn't matter.

image

image

Could this be looked at and resolved kindly please? Thank you!

@andris9
Copy link
Member

andris9 commented Jul 27, 2023

I'm not able to reproduce it, and the folder is always correctly selected. Are there any special conditions with your filter? Or might you have a browser plugin that interferes with the dropdown?

@tfrancois
Copy link
Author

So weird - I can definitely confirm that on 2 different browsers the issue persist on my end @andris9. And with filters created manually and those created via API - same issue. Maybe its an issue with my server instance - no way of telling unless I build another server.

@andris9
Copy link
Member

andris9 commented Jul 27, 2023

If you check the source of the HTML page, can you find the folder entry in the dropdown select tag and is the ID of the folder option the same as in the filter entry?

@tfrancois
Copy link
Author

tfrancois commented Jul 27, 2023

K here is interesting fact - thank you leading me there. In the MongoDB database (hosted in Atlas) the filter entry has the mailbox saved in the ObjectId format (not just text string) of the mailbox ID. Funny thing is I didn't put it there. I used the UI to create the filter. When I manually changed the mailbox ID to just the string - it worked fine. So did something change that forces the mailbox entry to use the ObjectId('") format? Again I used both the UI and API method and they both saved it that way - so I'm guessing that's the default. Using version 1.0.1(master) of webmail from Github.

Does this extra information provide the clarity needed here sir @andris9 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants