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

Invalid mailbox name: Name must not have '/' characters #19

Open
listerr opened this issue Apr 3, 2023 · 1 comment
Open

Invalid mailbox name: Name must not have '/' characters #19

listerr opened this issue Apr 3, 2023 · 1 comment
Assignees

Comments

@listerr
Copy link

listerr commented Apr 3, 2023

Hello,

Nice plugin!

I seem to get the same issue as #7 when trying to create a folder.

RC version: 1.6.1
Dovecot: 2.3.13 (debian package)
Distro: Debian GNU/Linux 11 (bullseye)

Seems unable to pick up the correct delimiter, even if I try setting explicitly in roundcube's config:

$config['imap_delimiter'] = '.';
Also not recognising the correct folder root e.g. If clicked on "INBOX" and I change "INBOX/foo" to "INBOX.foo" it creates a folder
underneath "INBOX" in the tree and not in the root.

If I change the folder name it suggests from "INBOX/Newfolder" to just "Newfolder", then it successfully create "Newfolder" at the root level.

I had a little attempt at diagnosing it, but I don't really know js well enough to work out where it might be going wrong.

R.

@willemjaap
Copy link

this is a small error on line 1533 of contextmenu_folder.js
It should be var target = source + self.delimiter();
[in stead of var target = source + "/"]
I've just committed this change

@Andrei-Pozolotin Andrei-Pozolotin self-assigned this Jul 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants