mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 21:15:56 +03:00
[GH-ISSUE #1046] Subfolders do not appear in IMAP accounts with the XEAMS mail server and Charter.net (Charter Communications) aka Spectrum.net #559
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#559
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @truthsword on GitHub (May 24, 2024).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/1046
Originally assigned to: @Shadow243, @IrAlfred on GitHub.
💬 Question
I manually set up IMAP/SMTP/Profile for a Charter Spectrum email account. Subfolders under the Archive folder do not appear wither in the left hand columns, or if I attempt to select a subfolder
Archive/2024as the default archive folder. All I see is Archives.What have I missed?

Cypht (in docker):
Thunderbird:

@marclaporte commented on GitHub (May 25, 2024):
FYI: https://github.com/cypht-org/cypht/issues/1047
@marclaporte commented on GitHub (May 25, 2024):
@Shadow243 @IrAlfred can you reproduce this issue?
@IrAlfred commented on GitHub (Jun 6, 2024):
Hello @truthsword, I've tried to reproduce this issue and on my side everything is working well as you can see on the screenshot below:
Can you specify the exact version you are using so that we can focus on the details of that version ?
@truthsword commented on GitHub (Jun 6, 2024):
I've used these versions...
with same result. This is specific to Cypht docker container and IMAP server
mobile.charter.net. Two other IMAP servers I tested show subfolders.@IrAlfred commented on GitHub (Jun 7, 2024):
I think this error you are facing may be directly related to the Charter Communications mail server you are using. I've tested with 2 other mail servers and everything is working. Unfortunately it seems that it is not freely accessible for all to allow us to create an account and test on our side to confirm this.
@marclaporte commented on GitHub (Jun 7, 2024):
@truthsword: Is it possible to supply @IrAlfred with a test account without any confidential data?
@truthsword commented on GitHub (Jun 7, 2024):
My allocation of available email accounts is in use. Sorry.
That may be, however it works fine in Thunderbird, RainLoop (docker container), and SnappyMail (docker container which autoconfigured this domain), and multiple Android apps.
@marclaporte commented on GitHub (Jun 7, 2024):
Understood. @IrAlfred can you think of some debug code that @truthsword could try? Maybe you two could do a screenshare using some folders with non-confidential data?
Right. And it seems likely that if one server is affected, there will be others.
@truthsword I doubt they will provide you the info, but can you ask Charter what software and version it is? Or maybe one of your mail clients exposes the info? We likely could then install one to test.
@marclaporte commented on GitHub (Jun 19, 2024):
Please test with v 2.1.0 at https://hub.docker.com/r/cypht/cypht/
@truthsword commented on GitHub (Jun 19, 2024):
Updated ... No subfolders seen.
Maybe I should sit this one out for a while. Thanks!
@marclaporte commented on GitHub (Jul 29, 2024):
Please do a screenshare with @IrAlfred as he can try providing some debug code so we get to the bottom of this.
We hang out on https://gitter.im/cypht-org/community where you can ping Alfred
Thanks!
@marclaporte commented on GitHub (Aug 20, 2024):
Maybe we get lucky and it's solved in https://github.com/cypht-org/cypht/releases/tag/v2.2.0 :-)
@marclaporte commented on GitHub (Aug 20, 2024):
Could it be linked to IMAP subscriptions?
@marclaporte commented on GitHub (Sep 28, 2024):
https://github.com/cypht-org/cypht/releases/tag/v2.4.0 is out, with lots of fixes. Maybe even this one? :-)
@IrAlfred commented on GitHub (Nov 5, 2024):
Hello @marclaporte and @truthsword
I’ve been testing to display subfolders across different Cypht versions (1.4.3, 2.0.1, 2.1.0, 2.3.0, and 2.4.0) using Docker images, except for version 1.4.3, for which no Docker image exists on the official Docker Hub. Everything is working correctly on my end, and the subfolders display without any issues.
Please @truthsword, test and confirm if you still have issues. I'm available for a screenshare if needed
@truthsword commented on GitHub (Nov 11, 2024):
I pulled the image and relaunched the container. No change. In Cypht I see:

In SnappyMail container, I see:

In Mozilla Thunderbird, I see:

@marclaporte commented on GitHub (Nov 11, 2024):
Not solved so re-opening.
Potential next step: Contact Charter.net (Charter Communications) aka Spectrum.net to ask for a temporary test account.
@dynahpointch commented on GitHub (Nov 14, 2024):
same issue with XEAMS as backend Server. No Subfolders. only the first row.
@marclaporte commented on GitHub (Nov 14, 2024):
@dynahpointch Thank you! This is very useful info.
I hope you can come to https://gitter.im/cypht-org/community and share credentials (in private to @IrAlfred) to a test account so he may reproduce the issue and fix it.
Thanks!
@marclaporte commented on GitHub (Nov 15, 2024):
I wonder if Charter.net uses XEAMS :-)
@Shadow243 commented on GitHub (Jan 4, 2025):
@IrAlfred any feedback here ?
@IrAlfred commented on GitHub (Jan 13, 2025):
@Shadow243 Since we were unable to find a test account, I'm installing XEAMS mail server to allow me to move this forward on this.
@IrAlfred commented on GitHub (Jan 16, 2025):
We successfully reproduced the issue with the XEAMS Mail Server. The problem arises because XEAMS implements only basic IMAP capabilities and lacks support for several advanced features, such as CHILDREN (currently used in the folder manipulation logic :
\HasChildrenflag), QUOTA, NAMESPACE, etc.I'm working on enhancing the folder manipulation logic to ensure compatibility with Xeams, as well as other mail servers with limited IMAP capabilities.
@marclaporte commented on GitHub (Jan 21, 2025):
Solved via https://github.com/cypht-org/cypht/pull/1427