Search improvements

This commit is contained in:
ktdd
2026-01-13 12:48:55 +02:00
parent 3fb761064d
commit ad2a43aa35
5 changed files with 78 additions and 62 deletions
+1
View File
@@ -21,6 +21,7 @@ import axiosInstance from "@/api/axiosInstance";
export interface MailboxData {
account_id: number;
attributes: { attr: string; extension: string | null }[];
delimiter: string | null;
exists: number;