GnuPG Gpg4win Logo
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • RecentChanges
  • FindPage
  • HelpContents
Revision 1 as of 2019-03-19 13:50:21
  • BestUxPractices

Suggestions for common UX practices

This page is intended for developers of MUA's or other OpenPGP GUI's to have a place to note down suggestions which could help with the overall OpenPGP User Experience.

Contents

  1. Suggestions for common UX practices
    1. OpenPGP
      1. MIME part names

OpenPGP

MIME part names

To best show users that do not have a PGP/MIME aware MUA what a Mail contains it is suggested that the header of an OpenPGP encrypted MIME part or of the signature has a file name.

  • openpgp-encrypted-message.asc: For encrypted messages e.g.:
Content-Type: application/octet-stream;
	name="openpgp-encrypted-message.asc"
Content-Disposition: inline;
	filename="openpgp-encrypted-message.asc"
Content-Transfer-Encoding: 7bit
  • openpgp-digital-signature.asc: For the signature e.g.:
Content-Type: application/pgp-signature;
	name="openpgp-signature.asc"
Content-Transfer-Encoding: 7bit
  • This site is hosted by Intevation GmbH
  • |
  • Datenschutzerklärung und Impressum
  • |
  • Privacy Policy and Imprint