Geary.Imap: Add Quirks object to collect all IMAP service quirk config

This commit is contained in:
Michael Gratton 2020-05-01 15:40:18 +10:00 committed by Michael James Gratton
parent 865765a24f
commit ddb3a899fb
12 changed files with 73 additions and 24 deletions

View file

@ -28,7 +28,10 @@ class Integration.Imap.ClientSession : TestCase {
public override void set_up() {
this.session = new Geary.Imap.ClientSession(
this.config.target
this.config.target,
Geary.Imap.ClientService.new_quirks_for_provider(
this.config.provider
)
);
}