mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 13:05:53 +03:00
[GH-ISSUE #128] Special use folder support (Sent, Drafts, Trash) #106
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#106
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 @jasonmunro on GitHub (Oct 2, 2016).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/128
Originally assigned to: @jasonmunro on GitHub.
It would be nice to support special use folders:
@jasonmunro commented on GitHub (Dec 12, 2016):
Preliminary support for saving outbound messages in a sent folder is pushed. This only works for IMAP servers that support the special use mailbox extension for now. We still need to provide tools for people to set custom special use folders
@jasonmunro commented on GitHub (Feb 2, 2017):
Custom Sent and Trash folders are now supported! These can be configured in the folders page in the settings section for each configured imap server. If the trash folder is not configured for specific account, deleting a message is permanent. When sending a message, the imap account associated with the sending profile will be used to save the copy to the defined folder. If no profile is used no sent copy is saved.
@jasonmunro commented on GitHub (Feb 2, 2017):
Support for saving drafts is in process. The UI to setup your draft folder is done, but the current draft system (session level), does not support it yet.
@justinvoelker commented on GitHub (Jan 7, 2018):
Though an old, mostly resolved issue, I'm having trouble with sent items not being saved to their appropriate sent folder I set up both Trash and Sent as special folders. Trash is working, Sent is not. Any thoughts on why it wouldn't work or has there been any recent changes to this functionality?
@ulfgebhardt commented on GitHub (Jan 7, 2018):
Had the same issue, solved it by removing the option "Site > Always BCC sending address".
If a Sent Folder is configured the Mail is saved there on my installation.
@dumblob commented on GitHub (Jan 7, 2018):
@jasonmunro is the option "Site > Always BCC sending address" by default enabled? If so, then I would vote for making it disabled by default as most if not all IMAP servers support special folders and these shall have priority over the "Inbox" solution.
@justinvoelker commented on GitHub (Jan 8, 2018):
The "Always BCC sending address" setting is already unchecked for me. @dumblob I did not change that value so it appears to be defaulted that way.
@almereyda commented on GitHub (Jan 24, 2018):
This may be avoidable.
@jasonmunro commented on GitHub (Jan 24, 2018):
@almereyda good catch. This also happens on the move and copy dialogs. I will create a new issue for that, and a new issue for draft support, and close this one. Thanks for the feedback!