Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webmail should fail if special folders aren't found #78

Open
7 tasks
mikegioia opened this issue Jul 2, 2019 · 0 comments
Open
7 tasks

Webmail should fail if special folders aren't found #78

mikegioia opened this issue Jul 2, 2019 · 0 comments

Comments

@mikegioia
Copy link
Owner

The webmail app will not really work without name matching the special folders. Unless there was some other way built in to assign a special type to a folder, then we currently rely on matching based off the name.

  • Assess difficulty in assigning a special type (i.e. Drafts, Sent, All Mail, Trash, Spam) to folders via a pre-loading screen/form
  • If doable, add a pre-controller hook that renders a settings form if any of the special folders are not found
  • The form should:
    • show folders that are ok
    • add a select box containing all un-taken folders adjacent to each needed special folder
    • if the same folder is use twice, produce an error message and go back to the form
    • once all special folders are handled, hook should allow regular access to the app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant