aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
blob: 895cfc46ee884a51a7e547e20a7a7a0f789745bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
TODO:
-----

- Binary File Attachements, function for Decrypt & Help-Text (like safe eml, etc)

- sorting keys would be nice (e.g. a-z or complete manual)
- Policy ( dialogs, what's warning, what an error )
- Encrypt to self (problem: who is self?)

- Keyimport, first: function Keyimport should use QByteArray, then:
  - More Keymanagement (new popup window?) including:
    - copy a public-keyfile into the editor-window and enable importing it -> same as "Import Key from Clipboard?"
    - Import Key from Clipboard
    - export public key
    - export private key
    - generate new key
    - import keyfiles in non ASCII-Amor-format (always and everywhere error-free keyimport would be great)
    - Import key from Keyserver

- Tabbed editor (including useful things like encrypted data opens in new tab)

- some kind of locking for keydb, as gpg.conf uses lock-never, for ability to run on usb-drives (fat-formatted)

advanced:
- threading & thread-safety in context.cpp (in, out, ctx)