libremail icon indicating copy to clipboard operation
libremail copied to clipboard

IMAP ➝ SQL syncing engine, JavaScript-free email client, and a Kanban-style email client

Results 27 libremail issues
Sort by recently updated
recently updated
newest added

**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...

suggestion

Sync only subscribed folders, if set in config. Default - sync all folders as current behaviour.

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...

minor bug
webmail

A user setting for "signature" would be nice to have when sending messages.

feature
webmail
nice to have

- [ ] Add failed messages as a section to the outbox, and identify them as failed clearly - [ ] On the preview page for a failed message, allow...

enhancement
webmail

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...

enhancement
webmail

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...

feature
minor bug
webmail

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...

feature
webmail
nice to have