Geary.Imap: Add Quirks object to collect all IMAP service quirk config
This commit is contained in:
parent
865765a24f
commit
ddb3a899fb
12 changed files with 73 additions and 24 deletions
|
|
@ -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
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue