Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CalDav and CardDav #242

Open
morki opened this issue Nov 8, 2024 · 2 comments
Open

CalDav and CardDav #242

morki opened this issue Nov 8, 2024 · 2 comments

Comments

@morki
Copy link

morki commented Nov 8, 2024

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.

./tokidoki -addr ":8091" -auth.url imaps://mox.url:993 -storage.url file:///home/tokidoki/data
@mjl-
Copy link
Owner

mjl- commented Nov 10, 2024

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.

@ally9335
Copy link

Does "go-webdav" add support of CardDav and CalDav in Mox? What is it it does?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants