ImapSettings constructor

ImapSettings({
  1. bool? autoExpunge,
  2. bool? enabled,
  3. String? expungeBehavior,
  4. int? maxFolderSize,
})

Implementation

ImapSettings({
  this.autoExpunge,
  this.enabled,
  this.expungeBehavior,
  this.maxFolderSize,
});