MoloMail - Create your own molodetz e-mailaddress and drive with 1gb storagg
Well,
the docs and apis give still 404. I probably will not add documention at all. Its a mail server, evvrthing you need to know is on the front page:
https://mail.molodetz.nl/#clients
I worked almst thee months on this server. They always say Never write your own mailserver, and even the AI was totally against the project. With all complexity in mind, i deccided to keep it simple and use python for it. It took a month before i had the complete protocols correct for phone/exchange connection, month after, all the caveats gone. And in the end, i reactored it one to one to Swift.
Benefits: flat file smart architectre / structure enables async processing and performance. Also, this server does not enccrypt something and no databbase because i had a diferent #1 goal: i do not want to lose data in any way ever. So everythiing is human like structured. In future i can even make users download their whole data as a zip.
It contains also a drive that enables you to create links to folders / files that you can share with certain permissions. You can share an editable idirectory with someone. The drive will never mention the owner that published the link. There is no reason for that. You can upload fulll folders with subdirectories, zo no zipping anymore.
The interface is very based, kinda like google 20 years ago. Totally backend rendered because bot friendly. A html page is jst as good to use as API as json or whatever. We jjust forgot.
Comments
No comments yet. Start the discussion.