[GH-ISSUE #1873] 🚀 [Feature] Allow to rename the Email folder account for the default IMAP #735

Open
opened 2026-02-25 21:35:47 +03:00 by kerem · 2 comments
Owner

Originally created by @PeopleInside on GitHub (Feb 17, 2026).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/1873

Originally assigned to: @IrAlfred on GitHub.

Cyphy version
2.6.0

🚀 Feature

Allow to rename the Email default account IMAP folder.
When I login into Cypht I see the Email menu on the left side, if I expand it I found as the first voice the IMAP_AUTH_NAME= MyIMAP
that I set on the env file

but this is the email address with I logged in and I want to see the email name.

If I add other accounts I can set the name same as the email address that I add.

For better example suppose I want setup three email address

address1@domain
address2@domain
address3@domain

I should control all this three account when i login on the first one.
When I log in with the first one address1@domain

On the email voice I will have

MyIMAP
address2@domain
address3@domain

I'm looking to rename MyIMAP with address1@domain but seems I can't
In the .env settings I set IMAP as authentication and I insert settings for IMAP
github.com/cypht-org/cypht@c0ccd9100f/.env.example (L15)

I changed from
AUTH_TYPE=DB

to:
AUTH_TYPE=IMAP

then

Originally created by @PeopleInside on GitHub (Feb 17, 2026). Original GitHub issue: https://github.com/cypht-org/cypht/issues/1873 Originally assigned to: @IrAlfred on GitHub. Cyphy version 2.6.0 ## 🚀 Feature Allow to rename the Email default account IMAP folder. When I login into Cypht I see the Email menu on the left side, if I expand it I found as the first voice the `IMAP_AUTH_NAME= MyIMAP` [that I set on the env file](https://github.com/cypht-org/cypht/blob/c0ccd9100f2c7dd97566777ee7ef3251d1a514b1/.env.example#L17C1-L28C22) but this is the email address with I logged in and I want to see the email name. If I add other accounts I can set the name same as the email address that I add. For better example suppose I want setup three email address address1@domain address2@domain address3@domain I should control all this three account when i login on the first one. When I log in with the first one address1@domain On the email voice I will have ``` MyIMAP address2@domain address3@domain ``` I'm looking to rename MyIMAP with address1@domain but seems I can't In the .env settings I set IMAP as authentication and I insert settings for IMAP https://github.com/cypht-org/cypht/blob/c0ccd9100f2c7dd97566777ee7ef3251d1a514b1/.env.example#L15 I changed from `AUTH_TYPE=DB` to: `AUTH_TYPE=IMAP` then
Author
Owner

@PeopleInside commented on GitHub (Feb 18, 2026):

The issue is not maybe about rename manually.
What Crypht show should be not what set in the .env file but should show the email name.

If I rename in the .env file this will be renamed on all account I login.
Instead of showing the name set in the .env file maybe the main default address with one has been done the login should be showed.

If I login with email1@domain.ext and in the Email I see something like "domain.ext IMAP" and in the future I can rename in email1@domain.ext

the issue will be present for another user that login with email2@domain.ext . They should see email2@domain.ext under email menu and not "domain.ext IMAP"

<!-- gh-comment-id:3920870801 --> @PeopleInside commented on GitHub (Feb 18, 2026): The issue is not maybe about rename manually. What Crypht show should be not what set in the .env file but should show the email name. If I rename in the .env file this will be renamed on all account I login. Instead of showing the name set in the .env file maybe the main default address with one has been done the login should be showed. If I login with email1@domain.ext and in the Email I see something like "domain.ext IMAP" and in the future I can rename in email1@domain.ext the issue will be present for another user that login with email2@domain.ext . They should see email2@domain.ext under email menu and not "domain.ext IMAP"
Author
Owner

@IrAlfred commented on GitHub (Feb 18, 2026):

What Crypht show should be not what set in the .env file but should show the email name.

I agree with this

<!-- gh-comment-id:3921207454 --> @IrAlfred commented on GitHub (Feb 18, 2026): > What Crypht show should be not what set in the .env file but should show the email name. I agree with this
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#735
No description provided.