Table of Contents

Constructor MailboxDestination

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

MailboxDestination(MailFolderAlias, RemoteFolderPath, bool)

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

public MailboxDestination(MailFolderAlias Alias, RemoteFolderPath Path, bool IsMirrored)

Parameters

Alias MailFolderAlias

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

Path RemoteFolderPath

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

IsMirrored bool

Whether the account mirrors the folder's mail.

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.