mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-19 16:46:55 +00:00
Other(refactor): Move client config to bridge
This commit is contained in:
@ -92,6 +92,8 @@ type Bridger interface {
|
||||
GetInt(settings.Key) int
|
||||
SetInt(settings.Key, int)
|
||||
|
||||
ConfigureAppleMail(userID, address string) (bool, error)
|
||||
|
||||
// -- old --
|
||||
|
||||
ReportBug(osType, osVersion, description, accountName, address, emailClient string, attachLogs bool) error
|
||||
|
||||
Reference in New Issue
Block a user