mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 04:56:03 +03:00
[GH-ISSUE #1873] 🚀 [Feature] Allow to rename the Email folder account for the default IMAP #735
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#735
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 @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= MyIMAPthat 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
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=DBto:
AUTH_TYPE=IMAPthen
@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"
@IrAlfred commented on GitHub (Feb 18, 2026):
I agree with this