From 3d08c2003b98082a1db3bc4bb00b87ddd21e14f7 Mon Sep 17 00:00:00 2001
From: Oliver Wiese <oliver.wiese@fu-berlin.de>
Date: Mon, 12 Oct 2020 10:34:58 +0200
Subject: [PATCH] remove todos

---
 .../persistentData/PersistentDataProvider.swift             | 5 -----
 enzevalos_iphone/persistentData/Properties.swift            | 6 ++----
 2 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/enzevalos_iphone/persistentData/PersistentDataProvider.swift b/enzevalos_iphone/persistentData/PersistentDataProvider.swift
index 723c1ee2..c198ff5b 100644
--- a/enzevalos_iphone/persistentData/PersistentDataProvider.swift
+++ b/enzevalos_iphone/persistentData/PersistentDataProvider.swift
@@ -10,11 +10,6 @@ import CoreData
 
 /*
   TODO:
-    * add all poperties in:
-        + Mail
-        + Key
-        + Address
-    * Add Folder
     * How to handle key rcord?
     * add fetch requests:
         * Find use cases
diff --git a/enzevalos_iphone/persistentData/Properties.swift b/enzevalos_iphone/persistentData/Properties.swift
index 0de1c5e1..e73f7dda 100644
--- a/enzevalos_iphone/persistentData/Properties.swift
+++ b/enzevalos_iphone/persistentData/Properties.swift
@@ -13,10 +13,8 @@ protocol DataPropertyProtocol {
 
 /**
  A struct encapsulating the properties of a E-Mail.
- TODO: Folder, routing information, gmailMessageID, gmailThreadID, ThreadID, signatureKey, decryptionKey, attachments, autocrypt, xMailer
- 
- What about attached keys (public, secret keys)
- */
+ TODO: routing information, gmailMessageID, gmailThreadID, ThreadID
+  */
 struct MailProperties: DataPropertyProtocol {
     
     let entityName = "MailRecord"
-- 
GitLab