ProtonMail / proton-bridge

Proton Mail Bridge application
GNU General Public License v3.0
1.14k stars 155 forks source link

The way to run a golng GRPC client #362

Closed forfcw closed 1 year ago

forfcw commented 1 year ago

Question: Is there a way to start a golang GRPC client instead of QT? Cpp project is a little hard for me to integration the proton bridge service

Looking forward to your reply, tks.

LBeernaertProton commented 1 year ago

Hey @forfcw, in case you aren't aware, you can run the bridge standalone with bridge -c or bridge -n arguments.

You can use our dummy implementation we use for our tests as a reference.

https://github.com/ProtonMail/proton-bridge/blob/master/tests/ctx_bridge_test.go#L248