Mail

Inbox

@if (mails | async; as mails) { @for (mail of mails; track mail) {
@if (mail.envelope.from[0]; as from) {
{{ (from.name || from.address)?.charAt(0)?.toUpperCase() }}
}
@for (from of mail.envelope.from; track from) {

{{ from.name || from.address }}

}

{{ mail.envelope.subject }}

@if (mail.envelope.date | dfnsIsToday) { {{ mail.envelope.date | dfnsFormatPure: 'p' }} } @else { {{ mail.envelope.date | dfnsFormatPure: 'P' }} }
}
} @else {
Loading...
}