Commit Graph

125 Commits

Author SHA1 Message Date
Felix Hammerl 3156fd9601 use imap-client v0.7.0 2014-11-14 12:40:40 +01:00
Tankred Hase 4468c91242 Upgrade to angular 1.3.2 2014-11-10 14:40:52 +01:00
Tankred Hase f62ad4b868 Update package.json 2014-11-06 16:01:40 +01:00
Felix Hammerl 40a4b33748 Use chai 1.9.x 2014-11-05 14:27:34 +01:00
Felix Hammerl d67f2a5d53 [WO-660] Add \Flagged to message flags 2014-11-05 14:25:23 +01:00
Tankred Hase 31fba2fed2 Merge branch 'dev/sockets' 2014-10-29 14:11:31 +01:00
Tankred Hase 10e6bd32e8 Use new chrome.sockets api, change manifest permissions
Prevent autocorrect on hostname text inputs
2014-10-29 14:00:39 +01:00
Mario Volke 4ef2b834b6 Implement desktop UI 2014-10-27 15:19:23 +01:00
Tankred Hase eb81028123 Use regex to parse key server urls from manifest 2014-10-22 19:42:56 +02:00
Tankred Hase 486a48679f Upgrade to new pgpmailer and pgpbuilder 2014-10-21 14:55:04 +02:00
Tankred Hase 65036a5087 Seperate production dependencies in package.json for aws deployment 2014-10-20 16:24:04 +02:00
Felix Hammerl 9723d6f0cd [WO-567] use mailreader v0.4.0 2014-10-16 09:48:22 +02:00
Felix Hammerl 3a6e0463fb [WO-567] fix TLS worker handling 2014-10-15 19:58:26 +02:00
Felix Hammerl 6e1ad91f6a [WO-567] use browserify-friendly tls-client 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 0519b73cdc Pipe source maps through browserify 2014-10-15 19:16:19 +02:00
Tankred Hase c6fb31fd49 Fix phantom mocha tests 2014-10-15 19:16:19 +02:00
Tankred Hase 85afb0be01 Fix angulat mocks for unit tests 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 0bfef4a710 Browserify runtime dependencies work 2014-10-15 19:16:18 +02:00
Tankred Hase d9a2c77aa4 save package.json to use 4 spaces 2014-10-15 19:16:18 +02:00
Felix Hammerl 9bfda73969 WIP add unit tests 2014-10-15 19:16:18 +02:00
Tankred Hase c36cd069e0 WIP: begin browserify build 2014-10-15 19:16:18 +02:00
Tankred Hase 771b03e13a Update package.json 2014-10-02 18:11:17 +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 487bb31d45 [WO-592] implement webmail using socket.io
* Relax CSP to allow iframe assets to load
* Integrate socket.io proxy
* go to /# when controllers not initiated
* Add offline caching using AppCache manifest
2014-09-16 17:40:03 +02:00
Tankred Hase d9a23e3a7d Fix bugs when removing tags
Fix CC, BCC click lag
2014-09-15 23:08:18 +02:00
Mario Volke 4b108921f3 include ngTagsInput without NPM from forked instance of the library 2014-09-15 16:53:09 +02:00
Mario Volke ad5617dc7d added lib ngTagsInput to the app 2014-09-15 12:01:13 +02:00
Tankred Hase 3cfbad1498 Fork own angular to fix npm install 2014-09-12 17:57:42 +02:00
Felix Hammerl 30632205ce [WO-555] use pgpmailer v0.4.0 2014-08-27 16:58:43 +02:00
Tankred Hase 14624c877e Add server.js for potential selfhosting 2014-08-12 17:09:18 +02:00
Tankred Hase ec2186080a use npm for ng-scroll-infinite 2014-08-08 14:56:44 +02:00
Tankred Hase 1534ceeb6c Update package.json 2014-08-05 18:38:09 +02:00
Felix Hammerl 7adc095277 [WO-515] Fix folder handling
Use the first folder provided in well known folders

Add migration script to fix clients with multiple folders for same
category

Handle folder deletion smarter

Extract some magic number/strings to constants in emaildao
2014-08-05 18:38:09 +02:00
Tankred Hase c4337fba30 Remove cached OAuth token before reconnect 2014-08-05 17:53:11 +02:00
Tankred Hase 45d40d5d37 Use npm version of crypto-lib 2014-07-29 12:40:00 +02:00
Felix Hammerl a5d25ea43c use npm deps 2014-07-28 19:01:47 +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
Tankred Hase 6a0ae4d55d Performance improvements and fixes for mail-list
* Use same list style in desktop as mobile
* Bugfix: don't download all body when list not displayed
* Use ng-infinite-scroll to load DOM nodes on demand
* Custom search filter for FTS and reomve angular filters
* Rubber band scrolling on iOS
* Add CSP support in cordova via html meta tag
2014-07-17 17:43:51 +02:00
Tankred Hase 1d0526a6a0 Render text body in iframe as well
* Remove recursive ng-includes/templates
* Use DOMPurify to sanitize reader input
* Remove ngSanitize
* Wait to show signature error until body has been parsed
* Fix scrollbar in iframe
* Allow iframe scrolling on iOS
* Move mail text body rendering to sandbox
* Cleanup html files
2014-07-16 10:22:45 +02:00
Tankred Hase 95e90ab3e7 Upgrade to imap-client v0.3.5 2014-07-11 14:00:24 +02:00
Felix Hammerl e460a75f4c use pgpbuilder v0.3.5 2014-07-09 10:54:04 +02:00
Tankred Hase 2b1ff2347c Update package.json 2014-07-07 10:49:46 +02:00
Felix Hammerl 30efac0792 [WO-259] introduce proper signature checking 2014-07-04 17:58:25 +02:00
Tankred Hase c987862343 Update requirejs 2014-07-02 16:47:02 +02:00
Tankred Hase 0e46cdc624 Update package.json 2014-07-02 16:18:22 +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 4880c162f8 Fix paths to unit 2014-06-23 17:21:02 +02:00
Tankred Hase 18d1c39b0a Implement and test crypto module 2014-06-23 17:21:02 +02:00