You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know you was doing some work on CalDav and CardDav support in mox some time ago. I don't know what the status is, but I just today found nice "workaround" for now to combine with mox and maybe inspiration too, because it is written in GO.
It is super simple implementation that allows using IMAP authentication (so centralizing credentials) and just filesystem storage.
The hard work is done in https://github.com/emersion/go-webdav
I am just posting it here, because maybe some other people will find it usefull for now.
Interesting, thanks for sharing.
I have a prototype of calendaring, with caldav, ical and support in the webmail client. All accounts would get calendaring. I haven't gotten to work on it for a few months. Will get to finishing it, still quite a bit of work to do.
Hey @mjl-,
I know you was doing some work on CalDav and CardDav support in mox some time ago. I don't know what the status is, but I just today found nice "workaround" for now to combine with mox and maybe inspiration too, because it is written in GO.
https://git.sr.ht/~sircmpwn/tokidoki
It is super simple implementation that allows using IMAP authentication (so centralizing credentials) and just filesystem storage.
The hard work is done in https://github.com/emersion/go-webdav
I am just posting it here, because maybe some other people will find it usefull for now.
The text was updated successfully, but these errors were encountered: