[GH-ISSUE #798] Sent, Junk and Trash does not work #484

Closed
opened 2026-02-25 21:35:09 +03:00 by kerem · 16 comments
Owner

Originally created by @ulfgebhardt on GitHub (Oct 20, 2023).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/798

Originally assigned to: @Yannick243 on GitHub.

🐛 Bugreport

The Sent menu lists drafts not sent emails.
image

The same applies to

  • Sent
  • Junk
  • Trash

Context: This behaviour is seen with one or multiple mailboxes installed.
Folders are set in the settings:

image

Version & Environment

Rev: github.com/cypht-org/cypht@3d45097692

OS: [chrome-latest, imap, postfix]

It was still working in github.com/cypht-org/cypht@02ddf0d10e

Steps to reproduce

  1. Create Mailbox & Setup Folders
  2. Send EMail
  3. Don't see anything in Sent Menu
  4. ...
  5. Profit
Originally created by @ulfgebhardt on GitHub (Oct 20, 2023). Original GitHub issue: https://github.com/cypht-org/cypht/issues/798 Originally assigned to: @Yannick243 on GitHub. ## 🐛 Bugreport <!-- Describe your issue in detail. Include screenshots if needed. Give us as much information as possible. --> The `Sent` menu lists drafts not sent emails. ![image](https://github.com/cypht-org/cypht/assets/1238238/569a78ed-a8ef-414b-99a4-3dce305f9f74) The same applies to - Sent - Junk - Trash Context: This behaviour is seen with one or multiple mailboxes installed. Folders are set in the settings: ![image](https://github.com/cypht-org/cypht/assets/1238238/f69937e7-aa5c-4aad-9807-067b916bb27b) ### Version & Environment <!-- Paste Git-Commit ID or Tag-Name here --> Rev: https://github.com/cypht-org/cypht/commit/3d450976923c0f577c3eb11443216bb6ac97a90b <!-- Specify your OS and OS Version here if the issue is (most likely) platform dependent. --> OS: [chrome-latest, imap, postfix] It was still working in https://github.com/cypht-org/cypht/commit/02ddf0d10e4fc304e8e07dad8700bf33a739071d ### Steps to reproduce 1. Create Mailbox & Setup Folders 2. Send EMail 3. Don't see anything in Sent Menu 4. ... 5. Profit
kerem closed this issue 2026-02-25 21:35:09 +03:00
Author
Owner

@marclaporte commented on GitHub (Oct 20, 2023):

Sorry about that. It sounds like it's caused by the lack of IDs which this MR intends to solve: https://github.com/cypht-org/cypht/pull/625

<!-- gh-comment-id:1773195548 --> @marclaporte commented on GitHub (Oct 20, 2023): Sorry about that. It sounds like it's caused by the lack of IDs which this MR intends to solve: https://github.com/cypht-org/cypht/pull/625
Author
Owner

@marclaporte commented on GitHub (Nov 4, 2023):

Related: https://github.com/cypht-org/cypht/issues/817

<!-- gh-comment-id:1793500975 --> @marclaporte commented on GitHub (Nov 4, 2023): Related: https://github.com/cypht-org/cypht/issues/817
Author
Owner

@marclaporte commented on GitHub (Nov 4, 2023):

@Yannick243 Please see if you can reproduce/address this issue in latest 1.4.x and master.

<!-- gh-comment-id:1793546448 --> @marclaporte commented on GitHub (Nov 4, 2023): @Yannick243 Please see if you can reproduce/address this issue in latest 1.4.x and master.
Author
Owner

@ulfgebhardt commented on GitHub (Nov 8, 2023):

Send seems to work with https://github.com/cypht-org/cypht/releases/tag/v1.4.1

Side note: The trash folder is no longer part of the menu. Same applies to Junk & Archive:

image

image

<!-- gh-comment-id:1802237779 --> @ulfgebhardt commented on GitHub (Nov 8, 2023): Send seems to work with https://github.com/cypht-org/cypht/releases/tag/v1.4.1 Side note: The trash folder is no longer part of the menu. Same applies to Junk & Archive: ![image](https://github.com/cypht-org/cypht/assets/1238238/1f727da1-a8f3-4c40-9d6c-0ccbbfd87222) ![image](https://github.com/cypht-org/cypht/assets/1238238/4c58ed46-8617-4774-b2df-3727d8237468)
Author
Owner

@marclaporte commented on GitHub (Nov 9, 2023):

@Yannick243 Do you see this issue in 1.4.x and master?

<!-- gh-comment-id:1803096293 --> @marclaporte commented on GitHub (Nov 9, 2023): @Yannick243 Do you see this issue in 1.4.x and master?
Author
Owner

@Yannick243 commented on GitHub (Nov 10, 2023):

I am also experiencing the issues described above. The Sent, Junk, and Trash menus display the content of the 'draft' folder.
Additionally, on branch 1.4, the Trash, Junk, and Archive menus do not display.
I am currently investigating the source of these issues and will provide you some feedback.

<!-- gh-comment-id:1805825175 --> @Yannick243 commented on GitHub (Nov 10, 2023): I am also experiencing the issues described above. The Sent, Junk, and Trash menus display the content of the 'draft' folder. Additionally, on branch 1.4, the Trash, Junk, and Archive menus do not display. I am currently investigating the source of these issues and will provide you some feedback.
Author
Owner

@PaulTGG commented on GitHub (Jan 13, 2024):

+1

<!-- gh-comment-id:1890192230 --> @PaulTGG commented on GitHub (Jan 13, 2024): +1
Author
Owner

@PaulTGG commented on GitHub (May 1, 2024):

Not sure if https://github.com/cypht-org/cypht/pull/625 fixed the issue in the 1.x code, but I can confirm this is still an issue in 2.0 (492f634).

<!-- gh-comment-id:2088658272 --> @PaulTGG commented on GitHub (May 1, 2024): Not sure if https://github.com/cypht-org/cypht/pull/625 fixed the issue in the 1.x code, but I can confirm this is still an issue in 2.0 (492f634).
Author
Owner

@josaphatim commented on GitHub (May 1, 2024):

Not sure if #625 fixed the issue in the 1.x code, but I can confirm this is still an issue in 2.0 (492f634).

@PaulTGG It's working on my hand
Please make sure you have configured folders in /?page=folders
Also for testing purpose put show folder messages since to 5 years for all folders sections in /?page=settings

If you still don't see any messages we can check it.

<!-- gh-comment-id:2088695516 --> @josaphatim commented on GitHub (May 1, 2024): > Not sure if #625 fixed the issue in the 1.x code, but I can confirm this is still an issue in 2.0 ([492f634](https://github.com/cypht-org/cypht/commit/492f6346849fb9bc5cdca5fb9cd88ae24c296fd7)). @PaulTGG It's working on my hand Please make sure you have configured folders in /?page=folders Also for testing purpose put show folder messages since to 5 years for all folders sections in /?page=settings If you still don't see any messages we can check it.
Author
Owner

@PaulTGG commented on GitHub (May 1, 2024):

@josaphatim Made the changes as you suggested (I think), and the emails are still missing. Here's a gallery of screenshots showing the configured folders for three email accounts, showing messages in one of the trash bins, and showing the unified trash bin being empty. https://imgur.com/a/cs9FD7s

<!-- gh-comment-id:2088715137 --> @PaulTGG commented on GitHub (May 1, 2024): @josaphatim Made the changes as you suggested (I think), and the emails are still missing. Here's a gallery of screenshots showing the configured folders for three email accounts, showing messages in one of the trash bins, and showing the unified trash bin being empty. https://imgur.com/a/cs9FD7s
Author
Owner

@josaphatim commented on GitHub (May 1, 2024):

Then @Yannick243 can check it.

<!-- gh-comment-id:2088764274 --> @josaphatim commented on GitHub (May 1, 2024): Then @Yannick243 can check it.
Author
Owner

@Yannick243 commented on GitHub (Sep 9, 2024):

Hello @PaulTGG , sorry for the delay.
After doing some research, it seems that https://github.com/cypht-org/cypht/pull/625 has fixed the issue. Just make sure to adjust your preferences in the settings accordingly.

CleanShot 2024-09-09 at 17 05 33@2x

<!-- gh-comment-id:2338720962 --> @Yannick243 commented on GitHub (Sep 9, 2024): Hello @PaulTGG , sorry for the delay. After doing some research, it seems that [https://github.com/cypht-org/cypht/pull/625](https://github.com/cypht-org/cypht/pull/625) has fixed the issue. Just make sure to adjust your preferences in the settings accordingly. ![CleanShot 2024-09-09 at 17 05 33@2x](https://github.com/user-attachments/assets/640bac1a-7ee8-4a03-8c7f-27b9d02a6999)
Author
Owner

@PaulTGG commented on GitHub (Sep 9, 2024):

@Yannick243 Thanks, it's definitely resolved for me! @ulfgebhardt could probably close this issue now, assuming it's resolved for them as well.

<!-- gh-comment-id:2338804203 --> @PaulTGG commented on GitHub (Sep 9, 2024): @Yannick243 Thanks, it's definitely resolved for me! @ulfgebhardt could probably close this issue now, assuming it's resolved for them as well.
Author
Owner

@marclaporte commented on GitHub (Sep 10, 2024):

@PaulTGG Is it fixed in 1.4.x, 2.x or both?

Tks

<!-- gh-comment-id:2339526629 --> @marclaporte commented on GitHub (Sep 10, 2024): @PaulTGG Is it fixed in 1.4.x, 2.x or both? Tks
Author
Owner

@PaulTGG commented on GitHub (Sep 10, 2024):

@PaulTGG Is it fixed in 1.4.x, 2.x or both?

Tks

I just happen to be using 2.x as my daily, so I noticed it there. I don't run 1.x, so I'm not sure.

<!-- gh-comment-id:2339656129 --> @PaulTGG commented on GitHub (Sep 10, 2024): > @PaulTGG Is it fixed in 1.4.x, 2.x or both? > > Tks I just happen to be using 2.x as my daily, so I noticed it there. I don't run 1.x, so I'm not sure.
Author
Owner

@Yannick243 commented on GitHub (Sep 10, 2024):

Also tested on 1.4.x, so i can confirm that it is also working.

<!-- gh-comment-id:2340255513 --> @Yannick243 commented on GitHub (Sep 10, 2024): Also tested on 1.4.x, so i can confirm that it is also working.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cypht#484
No description provided.