mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 13:05:53 +03:00
[GH-ISSUE #465] Cypht doesn't detect my Drafts folder #373
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#373
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 @neildarlow on GitHub (Apr 10, 2021).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/465
Originally assigned to: @jasonmunro on GitHub.
🐛 Bugreport
RFC6154 describes a method for determining Special Folders assigned with Special Use flags.
I am using Dovecot and have set a folder Drafts with the Special Use flag of \Drafts. The Folder Settings page
doesn't display the ability to assign my Drafts folder although the code suggests it should.
Is it the case that the Drafts folder name is checked-for/set using a hard-coded value? I see it referred to in code as 'draft'.
Version & Environment
Rev: [
1accf48] - master branchOS: [archlinuxARM/PHP-8.0.3]
Steps to reproduce
@henrique-borba commented on GitHub (Apr 12, 2021):
@neildarlow I'm solving the IMAP Draft support in https://github.com/jasonmunro/cypht/pull/464
It won't take long 🙂
@neildarlow commented on GitHub (Apr 12, 2021):
@henrique-borba Thank you for this. I hope I can find out what's going on with JavaScript on my PHP-8.0.3 setup so I can test your fix.
@henrique-borba commented on GitHub (Apr 12, 2021):
What's the problem with the Javascript? Please also tell me your browser and version.
You are more than welcome 😃
@marclaporte commented on GitHub (Apr 13, 2021):
yay, we found one more tester for the upcoming draft feature :-)
@neildarlow commented on GitHub (Apr 13, 2021):
Tested. Partially working?
You can select the server and assign folders but they don't persist over logout and login. Nottifcation shows folder assigned.
That is, however, some progress.
@jasonmunro commented on GitHub (Apr 13, 2021):
@neildarlow nothing persists between logins unless you explicitly save your settings first. I just tested to make sure and it worked fine as long as I go to Settings -> Save.
@neildarlow commented on GitHub (Apr 13, 2021):
Doh, of course! Logout didn't prompt me to save though.
That was a really simple fix. ;-)
@jasonmunro commented on GitHub (Apr 13, 2021):
Good point it did not. Because of how that page works we need 1 full refresh to enable the prompt on logout. I will see if that can be improved :). Thanks for the report and feedback!
@marclaporte commented on GitHub (Apr 20, 2021):
@neildarlow Please test https://github.com/jasonmunro/cypht/pull/464
@henrique-borba commented on GitHub (May 10, 2021):
I think https://github.com/jasonmunro/cypht/pull/464 and https://github.com/jasonmunro/cypht/pull/474 solved this issue
@neildarlow commented on GitHub (Jun 12, 2021):
I think we can close this issue as fixed. Special folders handling has been addressed.