treewide: Removed unused Yahoo imap engine

This is not useful now we have autoconfig support
This commit is contained in:
Cédric Bellegarde 2022-08-25 23:16:22 +02:00
parent a14f5d4799
commit ddb8a273ce
9 changed files with 1 additions and 109 deletions

View file

@ -41,14 +41,6 @@ class Geary.AccountInformationTest : TestCase {
new RFC822.MailboxAddress(null, "test1@example.com")
).save_sent
);
assert_true(
new AccountInformation(
"test",
ServiceProvider.YAHOO,
new Mock.CredentialsMediator(),
new RFC822.MailboxAddress(null, "test1@example.com")
).save_sent
);
}
public void test_sender_mailboxes() throws GLib.Error {