libremail
libremail copied to clipboard
IMAP ➝ SQL syncing engine, JavaScript-free email client, and a Kanban-style email client
**Describe the bug** Now we can not use libremail/sync as a standalone package because of this errors: ``` PHP Warning: require(/var/www/mailsync/current/vendor/vendorname/sync/vendor/autoload.php): failed to open stream: No such file or directory...
Sync only subscribed folders, if set in config. Default - sync all folders as current behaviour.
**What problem or bug does this solve?** #104
Store folders realtime sync information. Compatible with multiple concurrent sync process on one ore multiple hosts. Message->errorHandle($updated) moved to Model->errorHandle($updated) for support using in another models (for example Folder).
The app is not set up to handle multiple textareas / reply forms in one message thread. The app also doesn't correctly handle cases where the draft is in the...
A user setting for "signature" would be nice to have when sending messages.
- [ ] Add failed messages as a section to the outbox, and identify them as failed clearly - [ ] On the preview page for a failed message, allow...
Currently no way to add attachments. This should be added to the draft/compose pages. Files could be stored in some temporary directory until the message is sent, and purged when...
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...
This is a security feature that allows the user to open the page in a javascript-disabled iframe page. The goal is to provide the JS-disabled benefits to users who doesn't...