pauljohncleary / oatmail

A webmail app that sits on the tent protocol
https://oatmail.io
19 stars 2 forks source link

Support tent-request 0.4 #6

Closed hendrikcech closed 10 years ago

hendrikcech commented 10 years ago

This should include all needed changes to support tent-request v0.4. I couldn't test it, so I could have accidentally broke something. btw: Better define the supported dependency versions in package.json. Oatmail doesn't work right now, if you just do npm install and then npm start.

pauljohncleary commented 10 years ago

I had to remove the createClient calls (replaced with tentRequest(meta, creds);) to get this to work.

My fault as I haven't written tests which would have caught this.

Code is deployed on oatmail.io, thanks!!

hendrikcech commented 10 years ago

Oh sorry, I totally forgot about that. No worries :)