News?
Djip007 opened this issue · 8 comments
Any news, Update, Version?
Is it a leave?
The current open source release is the first stable build.
According to issues we have extra features asked and we are actively developing the product to fill those needs. If you have specific question, let me know and contributions are welcome.
Bas en fait en lisant la roadmap j'avais compris qu'il y avait une version 1.0 de prevus pour septembre. je pensais attandre sa sortie avant de tester.
Sinon j'avais pensais tester sur un serveur https://www.scaleway.com mais j'ai cru lire que ca ne marchai pas forcement sur ARM.
Perso ce projet me semble tres interessant.
L'interface IMAP me semble indispensable pour moi.... mais ca ne m'empeche pas de tester.
Merci pour la reponse
ps: dsl mon anglais n'est pas tres bon...
Unfortunately from a pure user point of view the project does look to be dead. I mean, it's primarily a mail server and it doesn't support IMAP yet ? Worse, it's not even on your roadmap for version 1.0 ? Come on ... This is much, much more urgent than stuff such as Calendar or WebODF integration.
Sorry to disagree here. IMAP may be important for some users but can be implemented as a client to the Peps API. For instance by writing a plugin for dovecot. If it matters to you, please contribute by starting this project, we will help you!
Now I work on yunohost... I may have a look.
Can you advise where to start (repos to clone, API doc, plugin for dovecot???)
I info are in french... It will be simple for me ;)
I didn't have an extensive look yet and I'm sorry but most of these projects have info in English only.
- I didn't find a good documentation on writing Dovecot backends yet. This sample plugin may be a good start: https://github.com/ascendantcom/fts-elasticsearch
- Also, look at http://hoodiecrow.com
- Peps API: https://github.com/MLstate/PEPS/wiki/API-&-Developer-Manual#list-of-endpoints
I start read on Peps API. you say "API clients should implement encryption"... Well if we create a IMAP interface it have to manage encrypt/decryt... and send element un-encrypted.... not that good...
so what the pro/con:
- create a IMAP interface
- create a PEPS account for thunderbird
- New account types in thunderbird... find that...
http://quetzalcoatal.blogspot.fr/2010/01/developing-new-account-types-part-0.html - Imap interface;
A interesting project: http://davmail.sourceforge.net/index.html, create a local exchange gateway...
May it be interesting to did thing similar for local PEPS gateway...