Notes management More...
Go to the source code of this file.
Classes | |
| struct | kerio::jsonapi::webmail::notes::NotePosition |
| struct | kerio::jsonapi::webmail::notes::Note |
| interface | kerio::jsonapi::webmail::notes::Notes |
Namespaces | |
| namespace | kerio |
| Functions for internal communication in Multi-Server | |
| namespace | kerio::jsonapi::webmail::notes::searchFields |
Typedefs | |
| typedef sequence< Note > | kerio::jsonapi::webmail::notes::NoteList |
Enumerations | |
| enum | NoteColor { White, Yellow, Pink, Green, Blue } |
Variables | |
| const string | kerio::jsonapi::webmail::notes::searchFields::text = "text" |
| [SEARCHABLE][SORTABLE] string | |
| const string | kerio::jsonapi::webmail::notes::searchFields::color = "color" |
| [SORTABLE] | |
| const string | kerio::jsonapi::webmail::notes::searchFields::createDate = "createDate" |
| [SORTABLE] | |
| const string | kerio::jsonapi::webmail::notes::searchFields::modifyDate = "modifyDate" |
| [SORTABLE] | |
Notes management