Add note to add support for sentAt.

It's in the spec, and I get it from the server, but it's not in the
client library I'm using.
This commit is contained in:
Eli Ribble 2024-08-29 11:25:59 -07:00
parent 3ef58b2259
commit a65514f707
1 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,9 @@ export interface IMailbox extends client.IMailboxProperties {
emailIds: Array<string> | null;
}
export interface IEmail extends client.IEmailProperties {}
export interface IEmail extends client.IEmailProperties {
//sentAt: IutcDate|null,
}
export interface IAccount extends client.IAccount {
id: string;