Maarten

Results 37 comments of Maarten

I know, old habbits are hard to die in code when the standards use other namings like Object.assign(). https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign Object.getOwnPropertyNames doesn't list Symbol Object.getOwnPropertySymbols does that So what about 'extendWithSymbols'...

```html Hello Worldconsole.log('hi there'); ``` This doesn't.

I've modified /src/subscribables/observable.js with (NOTE: markdown not respecting line endings. ftw?) ``` var observableFn = { 'toJSON': function() { let value = this[observableLatestValue]; return value.toJSON ? value.toJSON() : value; },...

@tuxayo you can make a checkbox list to update how many agreed. Use `- [ ]` like: - [x] AndrewSav - [ ] COLORLINK - [ ] KenBW2 - [...

Wow, are you still using md5 for passwords? You shouldn't.

Trash, Waste, Bin. Is a foldername a noun or a verb for things that are disposed? The mail RFC uses 'Trash', is that different in Brittain? Just curious.

Shouldn't it be "Rubbish" then?

I don't have an actual test-case yet, as it was only reported at https://github.com/the-djmaze/snappymail/issues/528 But will do a PR when i have the time.

Above commit is an idea of me to solve this for my needs. I have no idea if this is the correct "hack" way for this library.

Here's the vCard structure: ``` X-KADDRESSBOOK-CRYPTOENCRYPTPREF:alwaysIfPossible X-KADDRESSBOOK-CRYPTOPROTOPREF:inline openpgp\,openpgp/mime\,any openpgp X-KADDRESSBOOK-CRYPTOSIGNPREF:askAlways ```