test: Add failing test for changing address order while bridge is down

This commit is contained in:
James Houlahan
2023-02-03 15:51:18 +01:00
parent 4cf23bb2e6
commit db41645159
2 changed files with 63 additions and 2 deletions

View File

@ -417,8 +417,6 @@ func (user *User) NewIMAPConnectors() (map[string]connector.Connector, error) {
}
// SendMail sends an email from the given address to the given recipients.
//
// nolint:funlen
func (user *User) SendMail(authID string, from string, to []string, r io.Reader) error {
defer user.goPollAPIEvents(true)