netviel icon indicating copy to clipboard operation
netviel copied to clipboard

Web interface for the notmuch e-mail system

Results 10 netviel issues
Sort by recently updated
recently updated
newest added

For distributions such as Arch, where pip is not allowed, because all packages are distribution managed.

Hi, the following database .notmuch-config ``` [database] mail_root=/var/mail path=/opt/notmuch ``` will produce a FileNotFoundError when selecting an email in netviel because the path is not correct. Mails are stored in...

When hovering over search results, I only see a text cursor. I went to fix this using the instructions as documented in this repo, and discovered the netviel-frontend repo already...

It would be nice if the message or thread id could be seen on the result list or in the view of a single message. If displayed e-mails could be...

Thanks for netviel! Since I have to handle a diverse set of maildirs (business-vs.-private issues), it would be helpful if I could pass a notmuch config file to netviel, and...

enhancement

I'm trying to proxy through to netviel from nginx with HTTPS authentication as well. The base path for the server is `/mail` so `/mail/*` is forwarded to netviel since the...

Most Chrome based browsers are able to display .eml files properly, including those with html markup. The current state of viewing a message doesn't handle html messages, just displaying all...

This is something I'd be likely to implement myself, but I'd like to get feedback on the idea first :-) In Gmail, I really like the feature where there is...

Hey, I see you are using bleach on the HTML contents, which is awesome. A great defense in depth measure available in all modern browsers is [CSP](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP). With a few...

Hey, could you publish a new version? The latest code in master isn't available yet in the newest published pypi version. Especially helpful to get that attachment download error fixed....