Feature #6183
Use multiple PGP/MIME attachments for text snippets and OpenPGP public key included in Whisperback reports
75%
Description
Some of us thought it would be easier to process Whisperback reports if the log files where sent in separate PGP/MIME attachments. It is sometimes tricky to find the right piece of information in the middle of all the rest.
Subtasks
Feature #6184: Find Python library to do PGP/MIME | Resolved | alant | 100 |
||
Feature #8513: Implement PGP/MIME in WhisperBack | Resolved | 100 |
|||
Feature #8514: Replace WhisperBack.mail_appended_info with a dictionary | Resolved | 100 |
|||
Feature #8722: Create MIME/Multipart message with attachments in WhisperBack | In Progress | sascha.markus@gmail.com | 0 |
Related issues
Related to Tails - |
Resolved | 2018-03-28 |
History
#1 Updated by BitingBird 2014-06-09 12:26:30
- Subject changed from use multiple PGP/MIME attachments for text snippets included in Whisperback reports to Use multiple PGP/MIME attachments for text snippets included in Whisperback reports
#2 Updated by alant 2015-01-02 01:39:40
- Description updated
#3 Updated by alant 2015-01-12 12:16:23
- Assignee set to alant
- Parent task set to
Feature #7756
Jessie logs are too big and make Schleuder crazy. We thus need PGP/MIME support to reintroduce WhisperBack in Tails/Jessie (see Feature #7893)
#4 Updated by alant 2015-01-12 12:18:22
- related to
Bug #7755: Migrate WhisperBack to Python 3 added
#5 Updated by alant 2015-01-18 18:28:22
- related to deleted (
)Bug #7755: Migrate WhisperBack to Python 3
#6 Updated by alant 2015-01-18 19:25:08
- Parent task deleted (
)Feature #7756
#7 Updated by intrigeri 2018-03-29 15:58:27
- Subject changed from Use multiple PGP/MIME attachments for text snippets included in Whisperback reports to Use multiple PGP/MIME attachments for text snippets and OpenPGP public key included in Whisperback reports
#8 Updated by intrigeri 2018-03-29 15:58:48
- related to
Bug #15470: Enigmail hides part of WhisperBack reports whose body includes an OpenPGP public key added
#9 Updated by intrigeri 2018-03-29 16:03:39
Alan, do you still plan to work on this? Otherwise I’ll turn this bug into a “Starter” one.
#10 Updated by alant 2018-03-29 17:21:18
intrigeri wrote:
> Alan, do you still plan to work on this? Otherwise I’ll turn this bug into a “Starter” one.
I can do it if we find it important, but I won’t complain if someone else implements it.
We have a custom implementation of PGP/MIME in whisperBack/encryption.py
that whould be relatively easy to tweak. Else there is a library (not in Debian) that might help at https://github.com/zenhack/python-gpgmime/tree/master/gpgmime. I don’t know which would be faster to implement.