[Dovecot] Dovecot 2.2 & LEMONADE extensions
Hi there,
I read an article about dovecot 2.2, which includes the LEMONADE extensions, and was fascinated about the feature "Forward without download". We have a small internet-uplink in our office and our CEO loves to receive mails with large attachments, he also reply/forward it, so every time the full attachments get downloaded and uploaded again. Now the question is: Is LEMONADE supported by desktop-mailclients like thunderbird or just mobile Clients? (Google said nothing to this, maybe searched the wrong words)
I hope someone can help me with this.
Greetings, Jan
On 2013-03-26 9:39 AM, Jan Phillip Greimann jg@softjury.de wrote:
I read an article about dovecot 2.2, which includes the LEMONADE extensions, and was fascinated about the feature "Forward without download". We have a small internet-uplink in our office and our CEO loves to receive mails with large attachments, he also reply/forward it, so every time the full attachments get downloaded and uploaded again. Now the question is: Is LEMONADE supported by desktop-mailclients like thunderbird or just mobile Clients? (Google said nothing to this, maybe searched the wrong words)
It depends on whether you are using POP or IMAP.
If he/you all are using POP, then this won't help you.
But if you are accessing your email via IMAP, then it will depend on the client. I honestly don't know what, if any, clients support it and/or to what extent, but I don't think Thunderbird supports it...
One thing that Timo has talked about is the possibility of something like a submission service, so that at least, when sending messages, assuming that you 'save a copy of all sent mail to the Sent folder', it doesn't have to upload it twice (once for sending, then again for copying to the Sent folder), but I have no idea if that feature could also be leveraged to provide the functionality you are wanting WITHOUT client-side support.
Am 26.03.2013 14:39, schrieb Jan Phillip Greimann:
Hi there,
I read an article about dovecot 2.2, which includes the LEMONADE extensions, and was fascinated about the feature "Forward without download". We have a small internet-uplink in our office and our CEO loves to receive mails with large attachments, he also reply/forward it, so every time the full attachments get downloaded and uploaded again. Now the question is: Is LEMONADE supported by desktop-mailclients like thunderbird or just mobile Clients? (Google said nothing to this, maybe searched the wrong words)
I hope someone can help me with this.
Greetings, Jan
you may have a look to the links, but dont expect lemonade in desktop clients in prime, guess it will be first in smartphone clients
http://en.wikipedia.org/wiki/Lemonade_Profile http://kb.mozillazine.org/IMAP#Lemonade https://wiki.mozilla.org/MailNews:Supported_IMAP_extensions http://www.linux-magazin.de/Ausgaben/2009/12/Lemonade-fuer-unterwegs http://www.heise.de/netze/meldung/Lemonade-verbessert-IMAP-Zugriff-fuer-Mobi... http://www.isode.com/whitepapers/lemonade-profile.html
Best Regards MfG Robert Schetterer
-- [*] sys4 AG
http://sys4.de, +49 (89) 30 90 46 64 Franziskanerstraße 15, 81669 München
Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Axel von der Ohe, Marc Schiffbauer Aufsichtsratsvorsitzender: Joerg Heidrich
On 26/03/2013 13:39, Jan Phillip Greimann wrote:
Hi there,
I read an article about dovecot 2.2, which includes the LEMONADE extensions, and was fascinated about the feature "Forward without download". We have a small internet-uplink in our office and our CEO loves to receive mails with large attachments, he also reply/forward it, so every time the full attachments get downloaded and uploaded again. Now the question is: Is LEMONADE supported by desktop-mailclients like thunderbird or just mobile Clients? (Google said nothing to this, maybe searched the wrong words)
I hope someone can help me with this.
Which client are you using?
My understanding is that you will need an SMTP server which supports such a feature. Apple patch Postfix to support this using the BURL extension, however, for whatever reason the patch has not been picked up by Postfix:
http://www.opensource.apple.com/source/postfix/postfix-229/patches/burl.patc...
I think it would be worth rattling the postfix list to see if it could be reviewed
Note, my favourite solution would be a new RFC which triggers Dovecot to pass to SMTP a specified message from a specified folder. This would then mean you can use all the IMAP features to compose your message on the server, probably bypassing lots of downloading. Further it would mean no duplicated data when moving the message to the Sent Folder since such an operation would be all done and tracked via IMAP. So you would compose the message in "Outbox", ask Dovecot to send it, then (possibly atomically) move it to Sent folder.
However, a) there is no such RFC and b) there is no client mailer which supports it. I think Apple might be the people to rattle to get such an idea off the ground though - they seem to have the desire to make it happen (add in K9 developers and submit a patch to Mozilla and at least there would be basic groundwork...)
Cheers
Ed W
On 28.3.2013, at 22.44, Ed W lists@wildgooses.com wrote:
My understanding is that you will need an SMTP server which supports such a feature. Apple patch Postfix to support this using the BURL extension, however, for whatever reason the patch has not been picked up by Postfix:
http://www.opensource.apple.com/source/postfix/postfix-229/patches/burl.patc...
I think it would be worth rattling the postfix list to see if it could be reviewed
Wietse mentioned a few months ago he's looking into it. I don't know what happend since.
Also there's a good chance that Dovecot v2.3 will have an SMTP submission server with BURL support (that will simply forward the mail to a real SMTP server).
On 28/03/2013 22:10, Timo Sirainen wrote:
On 28.3.2013, at 22.44, Ed W lists@wildgooses.com wrote:
My understanding is that you will need an SMTP server which supports such a feature. Apple patch Postfix to support this using the BURL extension, however, for whatever reason the patch has not been picked up by Postfix:
http://www.opensource.apple.com/source/postfix/postfix-229/patches/burl.patc...
I think it would be worth rattling the postfix list to see if it could be reviewed Wietse mentioned a few months ago he's looking into it. I don't know what happend since.
Also there's a good chance that Dovecot v2.3 will have an SMTP submission server with BURL support (that will simply forward the mail to a real SMTP server).
If you know any Apple devs, then consider running some kind of "submit message xx to SMTP" extension past them? It seems to be a far better solution than BURL and all the other workarounds and completely solves the Sent Items duplicate transmission, etc
Cheers
Ed W
On 3/28/2013 11:10 PM, Timo Sirainen wrote:
On 28.3.2013, at 22.44, Ed W lists@wildgooses.com wrote:
Also there's a good chance that Dovecot v2.3 will have an SMTP submission server with BURL support (that will simply forward the mail to a real SMTP server).
A few weeks back I gave this a look and I made a functional prototype of that already. I'll commit it to my patch repository in a week or so.
Regards,
Stephan.
On 3/29/2013 12:48 AM, Stephan Bosch wrote:
On 3/28/2013 11:10 PM, Timo Sirainen wrote:
On 28.3.2013, at 22.44, Ed W lists@wildgooses.com wrote:
Also there's a good chance that Dovecot v2.3 will have an SMTP submission server with BURL support (that will simply forward the mail to a real SMTP server).
A few weeks back I gave this a look and I made a functional prototype of that already. I'll commit it to my patch repository in a week or so.
You can track Dovecot SMTP submission developments in this Mercurial patch queue (mq extension):
http://hg.rename-it.nl/dovecot-2.2-patches/
The core functionality works, but there is still much work to be done.
Regards,
Stephan.
On 2013-03-28 6:10 PM, Timo Sirainen tss@iki.fi wrote:
Also there's a good chance that Dovecot v2.3 will have an SMTP submission server with BURL support (that will simply forward the mail to a real SMTP server).
Awesome to hear Timo, thanks!
--
Best regards,
Charles
participants (6)
-
Charles Marcus
-
Ed W
-
Jan Phillip Greimann
-
Robert Schetterer
-
Stephan Bosch
-
Timo Sirainen