Commits on Source (6)
-
Oliver Wiese authored
-
maik65 authored
(Imporatant for verify later issue) 2.) SwiftPGP: fixed function "findMailforSecretKey" 3.) Fixed test cases for decrypt later issue function testFindMailForSecretKey
-
blauren95 authored
SwiftPGP.swif: findNotSignedMailForPublicKey(): new function that tries to verify not signed mails with a *given* public key „re-added“ the changes from oliver’s last commit to function findMailForSecretKey() Deleted some spaces between code lines „beauty reparation“
-
lazarog98 authored
remove dead code
Showing
- .gitignore 2 additions, 0 deletions.gitignore
- enzevalos_iphone.xcodeproj/project.pbxproj 4 additions, 0 deletionsenzevalos_iphone.xcodeproj/project.pbxproj
- enzevalos_iphone/Base.lproj/Main.storyboard 152 additions, 154 deletionsenzevalos_iphone/Base.lproj/Main.storyboard
- enzevalos_iphone/DataHandler.swift 8 additions, 0 deletionsenzevalos_iphone/DataHandler.swift
- enzevalos_iphone/EnzevalosContact+CoreDataClass.swift 23 additions, 9 deletionsenzevalos_iphone/EnzevalosContact+CoreDataClass.swift
- enzevalos_iphone/EnzevalosContact+CoreDataProperties.swift 3 additions, 0 deletionsenzevalos_iphone/EnzevalosContact+CoreDataProperties.swift
- enzevalos_iphone/Folder+CoreDataClass.swift 3 additions, 0 deletionsenzevalos_iphone/Folder+CoreDataClass.swift
- enzevalos_iphone/Folder+CoreDataProperties.swift 6 additions, 0 deletionsenzevalos_iphone/Folder+CoreDataProperties.swift
- enzevalos_iphone/InboxViewController.swift 56 additions, 25 deletionsenzevalos_iphone/InboxViewController.swift
- enzevalos_iphone/KeyRecord+CoreDataClass.swift 35 additions, 2 deletionsenzevalos_iphone/KeyRecord+CoreDataClass.swift
- enzevalos_iphone/ListViewController.swift 49 additions, 57 deletionsenzevalos_iphone/ListViewController.swift
- enzevalos_iphone/Mail_Address+CoreDataClass.swift 12 additions, 1 deletionenzevalos_iphone/Mail_Address+CoreDataClass.swift
- enzevalos_iphone/Mail_Address+CoreDataProperties.swift 10 additions, 1 deletionenzevalos_iphone/Mail_Address+CoreDataProperties.swift
- enzevalos_iphone/PersistentKey+CoreDataClass.swift 10 additions, 0 deletionsenzevalos_iphone/PersistentKey+CoreDataClass.swift
- enzevalos_iphone/PersistentKey+CoreDataProperties.swift 55 additions, 4 deletionsenzevalos_iphone/PersistentKey+CoreDataProperties.swift
- enzevalos_iphone/PersistentMail +CoreDataClass.swift 23 additions, 1 deletionenzevalos_iphone/PersistentMail +CoreDataClass.swift
- enzevalos_iphone/PersistentMail +CoreDataProperties.swift 90 additions, 6 deletionsenzevalos_iphone/PersistentMail +CoreDataProperties.swift
- enzevalos_iphone/SearchHelper.swift 60 additions, 0 deletionsenzevalos_iphone/SearchHelper.swift
- enzevalos_iphone/SecretKey+CoreDataProperties.swift 21 additions, 1 deletionenzevalos_iphone/SecretKey+CoreDataProperties.swift
- enzevalos_iphone/SwiftPGP.swift 35 additions, 9 deletionsenzevalos_iphone/SwiftPGP.swift
This diff is collapsed.
enzevalos_iphone/SearchHelper.swift
0 → 100644