feat(BRIDGE-119): added support for Feature Flags

This commit is contained in:
Atanas Janeshliev
2024-08-07 17:04:54 +02:00
parent 3d53bf7477
commit e290cd308b
11 changed files with 377 additions and 1 deletions

View File

@ -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 {