Add support for custom names for aliases. Synchronization of names for the gmail api. (#365)
This commit is contained in:
@@ -33,6 +33,13 @@ namespace Wino.Core.Domain.Entities
|
||||
/// It can't be deleted or changed.
|
||||
/// </summary>
|
||||
public bool IsRootAlias { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Optional sender name for the alias.
|
||||
/// Falls back to account's sender name if not set when preparing messages.
|
||||
/// Used for Gmail only.
|
||||
/// </summary>
|
||||
public string AliasSenderName { get; set; }
|
||||
}
|
||||
|
||||
public class MailAccountAlias : RemoteAccountAlias
|
||||
|
||||
Reference in New Issue
Block a user