Table of Contents

Class MailboxDestination

Namespace
MailFathom.Application.Mail.Mutations.Destinations
Assembly
MailFathom.Application.dll

The folder a mutation files into, as the account's server currently holds it.

public sealed record MailboxDestination : IEquatable<MailboxDestination>
Inheritance
MailboxDestination
Implements
Inherited Members

Remarks

All three are carried because three different things need them, and none of them can be derived from another at the point of use. The request carries the path; the rule history names the alias, which a rule written against a role never spelled out; and whether the folder is mirrored is what decides the local disposition a relocation is authored with, because a message moved somewhere MailFathom keeps no copy of has left the mirrored mailbox for good.

Constructors

MailboxDestination(MailFolderAlias, RemoteFolderPath, bool)

The folder a mutation files into, as the account's server currently holds it.

Properties

Alias

MailFathom's own name for the folder, which is what a history line and a refusal name it by.

IsMirrored

Whether the account mirrors the folder's mail.

Path

Where the folder is on the server, which is what an IMAP command is issued against.