ProtonBridge is now in official Termux repositories:
u0_a186@localhost:~$ pkg search proton-bridge
Checking availability of current mirror: ok
Sorting... Done
Full Text Search... Done
proton-bridge/stable,now 1.4.5 aarch64 [installed]
ProtonMail Bridge application
You can install it and set up pass keychain:
pkg install pass proton-bridge
gpg --full-generate-keygpg --list-secret-keys
pass init $(gpg --list-secret-keys | grep ^sec -A1 | tail -n1 | sed -e 's/^[[:space:]]*//')
printf "\n\n" | pass insert test/test
Then unlock the keychain and run it:
pass test/test && proton-bridge --cli
Support scripts and patches for building and running ProtonBridge on Android in Termux.
Features:
- it should build,
- it should run,
- it should support K-9 E-Mail client (https://f-droid.org/en/packages/com.fsck.k9/), probably supports FaireMail, AquaMail, etc.,
- it uses pass as keychain.
Downlads everything to build and run ProtonBridge including sources for which it applies patches. Sets up pgp and pass during - it interactively asks for informations.
Builds ProtonBridge.
Runs ProtonBridge including unlocking pass keychain. It can be launched from anywhere.
(TODO) Updates to the latest version.
Use login
to set up account list
to list account status, info
for getting credentials, change
for switching between combined/split mode.
Use help
for other commands.
Use info
command to get the credentials.
Both IMAP and SMTP runs on 127.0.0.1 and use STARTTLS.
IMAP uses port 1143.
SMTP uses port 1025.
I suggest turning off Battery Optimization for the Termux application or it may (and will) be shut down regularly by system.
No. You will build it yourself.
Author accepts no liability for any loss or damage arising directly or indirectly from using this repository. Including but not limited to data loss, self harm and alcohol abuse.