mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 04:56:03 +03:00
[GH-ISSUE #380] If you delete all your profiles, sent mail is not recorded in sent #321
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#321
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 @marclaporte on GitHub (Mar 11, 2020).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/380
Originally assigned to: @jasonmunro on GitHub.
Deleting all your profiles is not recommended.
I know there is a default profile so it's probably important, but I didn't feel I needed one. This caused that when I was sending email, the email was not saved in the sent folder.
Cypht should be able to function without a profile or prevent the user from deleting the last profile.
@jasonmunro commented on GitHub (Apr 16, 2020):
Without a profile Cypht cannot determine which IMAP server is the "right" one to save a sent copy in, and it can't determine the sent folder (depending on the IMAP server, some can be queried for a sent folder some cannot).
Maybe an option here is to provide a warning and a dialog to manually select a sent folder to save to if no profile is being used.
@Yamakasi commented on GitHub (Apr 22, 2020):
@jasonmunro I think it should fall back to defaults instead of a warning ? Much easier to maintain.
@kk6mrp commented on GitHub (Aug 14, 2020):
I just found this issue after struggling to figure out why the emails were not going to the Sent folder and did not know a profile was required for this when I installed Cypht. I think an easy way to introduce this to new users would to put a link on the Home page under sources letting the user know they do not have a profile set up like below:
@marclaporte commented on GitHub (Aug 25, 2021):
@kk6mrp: Thank you for this useful and easy to implement idea. The underlying problem has been bugging me for a while but I couldn't think of an elegant solution like yours.
@marclaporte commented on GitHub (Aug 11, 2022):
Todo: if all profiles are deleted, there should at least be a warning to the user. (can't save sent email)