Felix Hammerl
7959be55a7
[WO-643] Refactor initialization workflow
...
* Move initialization pre-flight checks to app-controller
* Refresh cached public keys for user during incomplete setups
* Reorder redirect checks in login ctrl from most specific (pubkey + privkey) to most generic (no keys)
* Add overridePermission flag to KeychainDAO.refreshKeyForUserId to refresh w/o asking for user permission
2014-11-06 15:36:59 +01:00
Tankred Hase
f380db4e1d
[WO-656] fix logout in chrome app
2014-10-22 17:22:18 +02:00
Felix Hammerl
3a6e0463fb
[WO-567] fix TLS worker handling
2014-10-15 19:58:26 +02:00
Felix Hammerl
c120818792
[WO-567] use multithreaded tls
2014-10-15 19:16:20 +02:00
Felix Hammerl
033df2dea8
[WO-567] browserify mailreader worker
2014-10-15 19:16:20 +02:00
Tankred Hase
7e09add0f4
Dao and crypto unit tests work
2014-10-15 19:16:19 +02:00
Tankred Hase
b0a186884a
Fix jshint self errors
2014-10-15 19:16:19 +02:00
Tankred Hase
7a20049bbc
Use module.exports instead of exports
2014-10-15 19:16:18 +02:00
Tankred Hase
c36cd069e0
WIP: begin browserify build
2014-10-15 19:16:18 +02:00
Felix Hammerl
b02989e766
[WO-588] move maxUpdateSize assignment
2014-10-02 18:15:52 +02:00
Felix Hammerl
38d760364d
[WO-588] add options to get update notifications in batches
2014-09-30 17:54:35 +02:00
Tankred Hase
bedb69973c
[WO-587] implement user logout
2014-09-26 19:14:53 +02:00
Felix Hammerl
77e0377fd1
[WO-563] Introduce connection doctor
...
* Uses predefined error messages from the config
* Show error and underlying error in login screen
2014-09-23 16:21:12 +02:00
Tankred Hase
1311cd1c5e
Firefox App and AppCache
...
* Add app manifest for firefox packaged app
* Ask user to reload when appcache is updated
* Fix boxshadow on all inputs and textareas
* Fix AppCache for Firefox
* Move Chrome App update code to updatehandler
2014-09-21 03:25:53 +02:00
Tankred Hase
7c7d650cf2
[WO-577]: implement wmail account creation
2014-09-19 14:58:04 +02:00
Tankred Hase
c4337fba30
Remove cached OAuth token before reconnect
2014-08-05 17:53:11 +02:00
Felix Hammerl
3e80138a10
[WO-188][WO-421] introduce password-based login
...
* add custom login ability
* encrypt email password
* allow arbitrary tcp connections
* add db migration script v3 -> v4
* add bug reporting capability with the axe logger
* fix nonexistent folder handling
* enable message upload after sent
* use plain text alternative body when replying to html mails
* Move set-credentials.* -> login-set-credentials.*
* Use login styles for set-credentials
* Make OAuth optional
2014-07-23 13:51:10 +02:00
Felix Hammerl
1283bb4a1c
[WO-420] add bug reporting capability with the axe logger
2014-07-02 16:17:50 +02:00
Tankred Hase
b5fda88b8a
Implement client side key sync protocol and ui
2014-06-25 18:14:33 +02:00
Felix Hammerl
a29ece8c82
[WO-398] update revoked public keys
2014-06-03 13:07:11 +02:00
Felix Hammerl
77e5e2a97e
[WO-373] refactor sync
...
remove email-sync.js
remove delta sync
minor refactorings
2014-06-02 12:43:53 +02:00
Felix Hammerl
a7efdf1125
[WO-286] adapt to changes in data model for use of signed msgs and html
2014-05-09 11:44:14 +02:00
Felix Hammerl
49cadecd2d
[WO-338] add notification for incoming unread mails
2014-04-29 17:59:17 +02:00
Felix Hammerl
8c004d2418
integrate pgpmailer
2014-04-22 18:19:28 +02:00
Tankred Hase
834e0434d5
[WO-316] imap-client works
2014-04-17 18:56:48 +02:00
Tankred Hase
302fc378fb
[WO-281] implement reply all and forward
2014-04-02 19:47:50 +02:00
Tankred Hase
a2f3e86545
[WO-300] Wrap chrome notifications and identity apis in modules
2014-04-02 15:12:52 +02:00
Tankred Hase
4b5d367fdb
Login to IMAP (appcontroller.onConnect) after show mail-list
2014-03-31 21:42:10 +02:00
Tankred Hase
961a82c416
[WO-267] move sync code into its own module
2014-03-14 12:42:36 +01:00
Felix Hammerl
9ff7f4e10a
cover corner case when emailAdress is undefined
2014-03-11 18:27:02 +01:00
Felix Hammerl
33205ff4d9
rename devicestorage for clarity
2014-03-11 18:15:33 +01:00
Felix Hammerl
1ad8a2da46
wire up the update handler
2014-03-11 17:49:47 +01:00
Felix Hammerl
58eb7ecb6d
offload mail parsing to web worker
2014-03-03 21:02:14 +01:00
Tankred Hase
cab463b31b
remove jquery from codebase
2014-03-03 17:06:28 +01:00
Tankred Hase
badea7ab8a
allow plaintext sending and remove whiteout tag from subject
2014-02-28 16:06:01 +01:00
Felix Hammerl
98c9743174
remove unnecessary comment
2014-02-25 20:06:17 +01:00
Felix Hammerl
3f1aea5ebb
integrate mailreader
2014-02-25 19:18:37 +01:00
Felix Hammerl
3d2fdc7f8c
inject pgpbuilder
2014-02-25 17:29:12 +01:00
Felix Hammerl
8d0bc279c3
fix outbox and minor clean ups
2014-02-25 14:58:55 +01:00
Tankred Hase
cb69514197
Merge branch 'master' into dev/attachments-ui
2014-02-05 18:04:39 +01:00
Tankred Hase
9da2a8f991
[WO-223] handle imap errors and timeouts specific before and after login screen to avoid jumping bug
2014-02-05 15:47:27 +01:00
Tankred Hase
8b71a57360
integrate pgpmailer and remove smtp-client dependency
2014-02-04 18:30:02 +01:00
Tankred Hase
d37b9ca5e3
fix imap timeout (again) to continue with login callback
2014-02-02 17:09:57 +01:00
Tankred Hase
3e9eff8085
remove old cordova deps
2014-02-01 14:43:15 +01:00
Felix Hammerl
66ef501a16
Merge pull request #11 from whiteout-io/dev/choose-account
...
[WO-207] implement accout selection
2014-01-28 06:18:47 -08:00
Tankred Hase
9568922bc4
[WO-207] implement accout selection
2014-01-27 21:31:23 +01:00
Tankred Hase
be3728942c
[WO-221] do silent imap reconnect without invoking callback to login view
2014-01-27 21:27:00 +01:00
Tankred Hase
0e6dfe2c26
fix bug in email dao init on first start
2013-12-10 23:05:17 +01:00
Tankred Hase
d08321d345
switching between offline and online state works
2013-12-10 22:20:41 +01:00
Tankred Hase
3790009260
Merge branch 'dev/email-dao-refactoring'
2013-12-04 17:44:44 +01:00