mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-26 05:26:00 +03:00
[PR #505] [CLOSED] Autocrypt base implementation #856
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#856
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cypht-org/cypht/pull/505
Author: @henrique-borba
Created: 8/24/2021
Status: ❌ Closed
Base:
master← Head:autocrypt-implementation📝 Commits (1)
a6f965cAutocrypt base header parsing, public key import and send📊 Changes
9 files changed (+109 additions, -9 deletions)
View changed files
📝
modules/imap/output_modules.php(+16 -2)📝
modules/imap/site.css(+5 -1)📝
modules/pgp/modules.php(+35 -0)📝
modules/pgp/setup.php(+4 -1)📝
modules/pgp/site.js(+30 -3)📝
modules/smtp/hm-mime-message.php(+4 -0)📝
modules/smtp/modules.php(+11 -1)📝
modules/smtp/setup.php(+3 -1)📝
modules/smtp/site.css(+1 -0)📄 Description
Autocrypt
This PR aims to implement the sending and receiving of public PGP keys through message headers using Autocrypt Level 1 standards.
When enabling the PGP module, the user can choose to include a public key in the message header on the compose page. When receiving a message with Autocrypt headers, the user can choose to import the received key on the message preview page.
Reference: https://autocrypt.org
Currently mandatory items implemented according to specification
Peer State Management
The Autocrypt Header
OpenPGP Based key data
Header injection in outbound mail
Message Encryption
Solves
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.