Skip to content
Snippets Groups Projects
Commit 3d08c200 authored by Oliver Wiese's avatar Oliver Wiese
Browse files

remove todos

parent 163692f3
No related branches found
No related tags found
No related merge requests found
...@@ -10,11 +10,6 @@ import CoreData ...@@ -10,11 +10,6 @@ import CoreData
/* /*
TODO: TODO:
* add all poperties in:
+ Mail
+ Key
+ Address
* Add Folder
* How to handle key rcord? * How to handle key rcord?
* add fetch requests: * add fetch requests:
* Find use cases * Find use cases
......
...@@ -13,10 +13,8 @@ protocol DataPropertyProtocol { ...@@ -13,10 +13,8 @@ protocol DataPropertyProtocol {
/** /**
A struct encapsulating the properties of a E-Mail. A struct encapsulating the properties of a E-Mail.
TODO: Folder, routing information, gmailMessageID, gmailThreadID, ThreadID, signatureKey, decryptionKey, attachments, autocrypt, xMailer TODO: routing information, gmailMessageID, gmailThreadID, ThreadID
*/
What about attached keys (public, secret keys)
*/
struct MailProperties: DataPropertyProtocol { struct MailProperties: DataPropertyProtocol {
let entityName = "MailRecord" let entityName = "MailRecord"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment