snappymail/dev/Model
djmaze 188a40b196 Basic JSON object properties revival now handled by AbstractModel
This will be better for future use of JSON.stringify() and JSON.parse()
For now the difference between the PHP JSON being PascalCase and the JS object properties being camelCase is handled by AbstractModel
2020-10-20 17:39:00 +02:00
..
AbstractCollection.js Cleaner CollectionModel code 2020-10-18 19:36:57 +02:00
Account.js Drop unused sModelName 2020-10-18 19:19:45 +02:00
Attachment.js Basic JSON object properties revival now handled by AbstractModel 2020-10-20 17:39:00 +02:00
AttachmentCollection.js merge all Model JSON @Object parsers into a reviveFromJson() 2020-10-18 19:46:47 +02:00
ComposeAttachment.js merge all Model JSON @Object parsers into a reviveFromJson() 2020-10-18 19:46:47 +02:00
Contact.js Basic JSON object properties revival now handled by AbstractModel 2020-10-20 17:39:00 +02:00
ContactProperty.js Basic JSON object properties revival now handled by AbstractModel 2020-10-20 17:39:00 +02:00
Email.js Basic JSON object properties revival now handled by AbstractModel 2020-10-20 17:39:00 +02:00
EmailCollection.js merge all Model JSON @Object parsers into a reviveFromJson() 2020-10-18 19:46:47 +02:00
Filter.js Basic JSON object properties revival now handled by AbstractModel 2020-10-20 17:39:00 +02:00
FilterCondition.js Basic JSON object properties revival now handled by AbstractModel 2020-10-20 17:39:00 +02:00
Folder.js Basic JSON object properties revival now handled by AbstractModel 2020-10-20 17:39:00 +02:00
FolderCollection.js merge all Model JSON @Object parsers into a reviveFromJson() 2020-10-18 19:46:47 +02:00
Identity.js Drop unused sModelName 2020-10-18 19:19:45 +02:00
Message.js Basic JSON object properties revival now handled by AbstractModel 2020-10-20 17:39:00 +02:00
MessageCollection.js merge all Model JSON @Object parsers into a reviveFromJson() 2020-10-18 19:46:47 +02:00
OpenPgpKey.js Drop unused sModelName 2020-10-18 19:19:45 +02:00
Template.js Basic JSON object properties revival now handled by AbstractModel 2020-10-20 17:39:00 +02:00