mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
PGP Support for E-mail notifications #4043
Labels
No labels
Accessibility
AppImage
Bounty
Build system
CI
Can't reproduce
Code cleanup
Confirmed bug
Confirmed bug
Core
Crash
Data loss
Discussion
Docker
Documentation
Duplicate
Feature
Feature request
Feature request
Feature request
Filters
Flatpak
GUI
Has workaround
I2P
Invalid
Libtorrent
Look and feel
Meta
NSIS
Network
Not an issue
OS: *BSD
OS: Linux
OS: Windows
OS: macOS
PPA
Performance
Project management
Proxy/VPN
Qt bugs
Qt6 compat
RSS
Search engine
Security
Temp folder
Themes
Translations
Triggers
Waiting diagnosis
Waiting info
Waiting upstream
Waiting web implementation
Watched folders
WebAPI
WebUI
autoCloseOldIssue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/qBittorrent#4043
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?
Originally created by @Sanyy on GitHub (Mar 13, 2016).
Is my wish possible? I did not see any request about this but i'm sure people would use it lovely.
It could be a perfect feature for me:
Without this option:
@sledgehammer999 commented on GitHub (Mar 13, 2016):
For this to be possible we would need to implement gpg signing ourselves which is a HUGE PITA.
Users on linux/bsd/mac may be ok but not on Windows. Windows doesn't have gpg installed by default.
Maybe you could workaround this: Use the "Run external program on torrent completion" functionality. Then create a script that will take the necessary info from qbt, formulate the message, call gpg to sign the message and finally email it. Of course that would mean you would want to find a command line email client. I am sure there are plenty out there.