1
0
mirror of https://github.com/moparisthebest/mail synced 2024-08-13 16:43:47 -04:00
Commit Graph

69 Commits

Author SHA1 Message Date
Felix Hammerl
12860f6146 add login and destroy 2013-11-28 11:46:08 +01:00
Felix Hammerl
1f89219353 introduce email dao 2 2013-11-28 11:36:14 +01:00
Felix Hammerl
81a56a77c0 [WO-57] Introduce encrypted outbox
The outbox is encrypted using the sender's keys. Prior
to sending, every mail is buffered in the outbox.
2013-11-26 13:37:22 +01:00
Tankred Hase
0c6d279e82 Show error msg in message list 2013-11-21 17:44:03 +01:00
Tankred Hase
9d3bc51fcf bugfix in cas of channel change 2013-11-21 17:09:47 +01:00
Tankred Hase
50c48290d4 fix unit tests 2013-11-21 15:45:18 +01:00
Felix Hammerl
93ddfb1c99 [WO-18] introduce invitation email functionality 2013-11-20 19:14:51 +01:00
Felix Hammerl
8e8947e742 [WO-61] change method signature for invitation DAO 2013-11-20 16:04:43 +01:00
Felix Hammerl
6fa06fc4e8 [WO-18] rename methods in email dao 2013-11-20 15:01:44 +01:00
Felix Hammerl
6ad8683380 [WO-61] introduce invitation DAO 2013-11-20 12:45:13 +01:00
Tankred Hase
e71ee471f6 refactor outbox code into business object 2013-11-19 16:14:48 +01:00
Tankred Hase
7790122647 fix test 2013-11-18 19:56:24 +01:00
Tankred Hase
f23dee9369 minor cleanup on error handlers 2013-11-14 21:39:20 +01:00
Tankred Hase
5be2d89fab merged new error handlers with controller unti tests 2013-11-14 20:13:27 +01:00
Tankred Hase
61b02c8175 Merge remote-tracking branch 'origin/dev/unittest' 2013-11-14 19:30:14 +01:00
Felix Hammerl
8fb822bdea [WO-36] add minimally invasive controller unit tests 2013-11-14 17:44:29 +01:00
Tankred Hase
3a57172358 [WO-74, WO-80] handle error when decrypting PGP messages 2013-11-14 13:57:52 +01:00
Tankred Hase
d544b2cf3d [WO-112] Mark replied to emails as answered 2013-11-13 17:05:21 +01:00
Felix Hammerl
14919847e3 [WO-85] introduce silent public key verification 2013-11-08 16:26:15 +01:00
Felix Hammerl
e44e32869e [WO-56] display account information 2013-11-06 16:34:28 +01:00
Tankred Hase
34dea03c5b Merge remote-tracking branch 'origin/pgp-format' into invitation 2013-10-29 19:35:19 +01:00
Tankred Hase
3e75397213 cleanup and refactor qunit tests to mocha 2013-10-29 19:00:05 +01:00
Felix Hammerl
844d752518 [WO-38] use pgp-compliant formating 2013-10-29 15:30:34 +01:00
Felix Hammerl
488a377580 create login views 2013-10-21 13:10:42 +02:00
Tankred Hase
bcd395d4de Merge branch 'delete_mail' into new_ui 2013-10-17 17:37:55 +02:00
Tankred Hase
609586bea9 fix unti test 2013-10-17 16:53:53 +02:00
Felix Hammerl
1eac9ef75d add delete message capability 2013-10-16 18:56:18 +02:00
Tankred Hase
0e17bd4f26 bugfix import keypair after new generation 2013-10-13 19:04:49 +02:00
Tankred Hase
445428be26 implement reply ui 2013-10-12 19:39:09 +02:00
Tankred Hase
79c9d134d3 integrate pgp into email dao and app 2013-10-12 03:19:01 +02:00
Tankred Hase
d6ed270c02 add bad test case 2013-10-11 22:10:50 +02:00
Tankred Hase
95f815de91 cleanu pgp code 2013-10-11 21:54:43 +02:00
Tankred Hase
5666671d2f integrate and test openpgp.js 2013-10-11 21:30:03 +02:00
Tankred Hase
9ed7a696b4 list well known folders works in dao... not yet in ui 2013-10-10 19:15:16 +02:00
Tankred Hase
1eb14d1e11 refactor to generate and store random salt for PBKDF2 2013-10-09 16:40:36 +02:00
Tankred Hase
e050c9854b integrate bugfix for syncing emails from imap 2013-10-04 17:21:09 +02:00
Tankred Hase
82d592f0cc integrate mark email as read 2013-10-04 17:02:27 +02:00
Tankred Hase
d810416370 remove in memory caching from email dao 2013-10-04 16:25:02 +02:00
Tankred Hase
f045a71ebe cleanup error handling in email dao 2013-10-04 15:47:30 +02:00
Tankred Hase
567a2d19ed implement integration test in chrome app 2013-10-02 15:47:41 +02:00
Tankred Hase
267e889872 list and store only encrypted emails in local db 2013-09-28 19:04:15 +02:00
Tankred Hase
ee7d179298 refactor imap login out of email dao.init 2013-09-26 17:37:56 +02:00
Tankred Hase
c4b4999814 add emailaddress caching at login 2013-09-26 17:17:47 +02:00
Tankred Hase
2b966c1132 cleanup device storage dao 2013-09-26 15:48:32 +02:00
Tankred Hase
38b0a8e8b1 refactor test and storage code 2013-09-26 13:26:57 +02:00
Tankred Hase
fbaa43aff6 cleanup and test email dao integration of imap-client 2013-09-20 18:44:14 +02:00
Tankred Hase
7b532f780c integrated imap-client amd branch 2013-09-19 18:35:12 +02:00
Tankred Hase
cb8314f9d0 displaying inbox message list works 2013-09-11 23:31:08 +02:00
Tankred Hase
cf8a12c75c list email in new ui works, remove command pattern bloat from app-controller 2013-09-04 21:01:32 +02:00
Tankred Hase
0e3340c586 cleanup of jquery mobile app code, angular app works with requirejs 2013-09-04 18:39:26 +02:00