Add OAth flow for Gmail and update tables and UI
This commit is contained in:
@@ -13,6 +13,7 @@ namespace JobTrackerApi.Models
|
||||
public string From { get; set; } = ""; // "Me" or "Company"
|
||||
public string? Subject { get; set; }
|
||||
public string? Channel { get; set; } // e.g. Email, Call, Note
|
||||
public string? ExternalMessageId { get; set; }
|
||||
public string Content { get; set; } = "";
|
||||
public DateTime Date { get; set; } = DateTime.Now;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user