treewide: Removed unused Yahoo imap engine
This is not useful now we have autoconfig support
This commit is contained in:
parent
a14f5d4799
commit
ddb8a273ce
9 changed files with 1 additions and 109 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue