chore: send email and recive
This commit is contained in:
@@ -32,8 +32,8 @@ export class User extends BaseEntity {
|
||||
emailQuotaUsed?: number; // Email quota used in bytes
|
||||
|
||||
// Email account integration fields
|
||||
@Property({ type: "varchar", length: 255, nullable: true })
|
||||
wildduckUserId?: string; // WildDuck user ID
|
||||
@Property({ type: "varchar", length: 255, nullable: false })
|
||||
wildduckUserId: string; // WildDuck user ID
|
||||
|
||||
@Property({ type: "varchar", length: 255, nullable: true })
|
||||
displayName?: string; // Display name for email
|
||||
|
||||
Reference in New Issue
Block a user