Bug 4839 - IMAP: Problems handling slashes in folder names
Summary: IMAP: Problems handling slashes in folder names
Status: CLOSED DUPLICATE of bug 4835
Alias: None
Product: Claws Mail
Classification: Unclassified
Component: Other (show other bugs)
Version: GIT
Hardware: PC FreeBSD
: P3 minor
Assignee: users
URL:
Depends on:
Blocks:
 
Reported: 2024-11-11 23:22 UTC by claws-mail@sjh.sh
Modified: 2024-11-26 07:55 UTC (History)
0 users

See Also:


Attachments

Description claws-mail@sjh.sh 2024-11-11 23:22:57 UTC
If the hierarchy separator is not a slash, and there is a slash in the folder name, Claws does weird things.

Specifically, it appears to treat slashes as a hierarchy separator regardless, and when sending messages to the server, converts slashes to the hierarchy separator.

Basically, it looks like it replaces the hierarchy separator with a slash for internal use, then replaces slashes with hierarchy separator for messages to the server.

So if the hierarchy separator is a pipe, the folder "Language|C/C++" would be interpreted as three path elements, "Language", "C", and "C++", and Claws would try to fetch from the "Language|C|C++" folder.

There is an imap server running at nix.synchro.net which supports a guest user (pw: guest) that shows this in action.
Comment 1 Paul 2024-11-26 07:55:50 UTC

*** This bug has been marked as a duplicate of bug 4835 ***

Note You need to log in before you can comment on or make changes to this bug.