mirror of
https://github.com/ghostersk/gowebmail.git
synced 2026-04-17 16:46:01 +01:00
fix the layout and email input for sending message
This commit is contained in:
@@ -125,6 +125,8 @@ type Folder struct {
|
||||
FolderType string `json:"folder_type"` // inbox, sent, drafts, trash, spam, custom
|
||||
UnreadCount int `json:"unread_count"`
|
||||
TotalCount int `json:"total_count"`
|
||||
IsHidden bool `json:"is_hidden"`
|
||||
SyncEnabled bool `json:"sync_enabled"`
|
||||
}
|
||||
|
||||
// ---- Messages ----
|
||||
|
||||
Reference in New Issue
Block a user