threefoldtech / web3gw

Proxy for the web3 world
Apache License 2.0
1 stars 1 forks source link

3Bot IMAP/WebDAV/CalDAV backend #135

Open timurgordon opened 1 year ago

timurgordon commented 1 year ago

As a proof of concept, we want to see if we can connect our 3Bot to out phone's mail calendar ecosystem. Ideally would be done in V but we can start with a go library and port it to V after POC, or perhaps keep in go.

The mail backend poc requires running an IMAP server and connecting it to several mail clients. Likewise, the CalDAV backend requires a CalDAV server and connecting it to several calendar clients.

timurgordon commented 1 year ago
timurgordon commented 1 year ago

Started working on porting a minimal go IMAP client: https://github.com/timurgordon/go-imap IMAP Backend POC work here

timurgordon commented 1 year ago

Tasks

despiegk commented 1 year ago

please make sure all code is integrated in this repo