Bjarni Rúnar Einarsson
Bjarni Rúnar Einarsson
The routines which generate reply- or forward templates should take note of the security properties of the original message, to ensure that replies to (or forwards of) encrypted mail are...
The AutoCrypt (https://autocrypt.org/en/latest/level1.html) model is so similar to ours, that we should just implement it and play nice with others. Relates to #1725 and #733. Tasks: - [x] Allow users...
Currently it's relatively common for people to take an OpenPGP key which is expiring, and simply change the expiration date and start sending that around. Other details, such as UIDs...
When creating a Saved Search, sometimes the modal doesn't close, even if the search was successfully created. Why, oh why? This happens at least when replacing an existing search, but...
Before we release a 1.0, we need to review the Javascript libraries we are including and make sure they are up to date with the latest versions compatible with our...
Apparently, the `tor --version` command can silently hang in some configurations. This prevents Mailpile from starting up, as discussed here: https://community.mailpile.is/t/mailpile-just-hangs/53 We should fix that!
Can we somehow not do that? A solution would need to a) not lose important debug info, b) not fail to recover from network issues and c) not hard fail...
Currently the URL for the "fancy" version of the "kite offline" error page is hard coded. It should be configurable at runtime.
The PageKite protocol allows connectors to replace outdated connections (instead of being rejected as duplicate), if a matching tunnel session ID is provided. This should be implemented in libpagekite.
The most recent version of pagekite.py adds the IP address of the relay itself to the query string of the page displayed when a kite is offline. This is done...