mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 20:56:51 +00:00
feat(BRIDGE-119): added support for Feature Flags
This commit is contained in:
@ -21,6 +21,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
"net"
|
||||
"net/http"
|
||||
"net/smtp"
|
||||
"net/url"
|
||||
"regexp"
|
||||
@ -164,6 +165,8 @@ type testCtx struct {
|
||||
|
||||
imapServerStarted bool
|
||||
smtpServerStarted bool
|
||||
|
||||
rt *http.RoundTripper
|
||||
}
|
||||
|
||||
type imapClient struct {
|
||||
|
||||
Reference in New Issue
Block a user