namespace Wino.Core.Domain.Enums; /// /// Indicates the source of a mail update. /// public enum MailUpdateSource { /// /// Update originated from client-side UI changes (ApplyUIChanges/RevertUIChanges). /// Client, /// /// Update originated from server synchronization or database operations. /// Server }