Lots of people must have had this issue before me - users using different devices&software (pc, smartphone, tablet, thunderbird, outlook, webmail) and languages (e.g. English on the PC, German on the iPhone), some folders end of with different names - e.g. "Sent" and "Gesendete Elemente" - meaning the same thing, namely "sent mails". How do you map these to just one folder such that it shows up correctly independently of what the user happens to be using? It sounds like something for the mailbox "Sent" { special_use = \Drafts } config directive? Is that what it might be used for? mailbox "Sent" { special_use = \Sent } mailbox "Gesendete Elemente" { special_use = \Sent } -- Per Jessen, Z?rich (12.9?C) http://www.dns24.ch/ - free dynamic DNS, made in Switzerland.
On Monday 25 August 2014 21:03:26 Per Jessen wrote:> Lots of people must have had this issue before me - users using > different devices&software (pc, smartphone, tablet, thunderbird, > outlook, webmail) and languages (e.g. English on the PC, German on the > iPhone), some folders end of with different names - e.g. "Sent" > and "Gesendete Elemente" - meaning the same thing, namely "sent mails". > > How do you map these to just one folder such that it shows up correctly > independently of what the user happens to be using? > > It sounds like something for the > > mailbox "Sent" { > special_use = \Drafts > } > > config directive? Is that what it might be used for? > > mailbox "Sent" { > special_use = \Sent > } > mailbox "Gesendete Elemente" { > special_use = \Sent > }I think metadata support can do the job (and more) . See Kolab project -- Mihai B?dici http://mihai.badici.ro
Quoting Per Jessen <per at computer.org>:> Lots of people must have had this issue before me - users using > different devices&software (pc, smartphone, tablet, thunderbird, > outlook, webmail) and languages (e.g. English on the PC, German on the > iPhone), some folders end of with different names - e.g. "Sent" > and "Gesendete Elemente" - meaning the same thing, namely "sent mails". > > How do you map these to just one folder such that it shows up correctly > independently of what the user happens to be using? > > It sounds like something for the > > mailbox "Sent" { > special_use = \Drafts > } > > config directive? Is that what it might be used for? > > mailbox "Sent" { > special_use = \Sent > } > mailbox "Gesendete Elemente" { > special_use = \Sent > }Remember that SPECIAL-USE flags are informational. A MUA remains free to do anything they want regarding where they save sent messages. An option is to use virtual mailboxes to map to a single master Sent mailbox. But you then have to define all possible combinations of Sent mailbox labels, so it's not foolproof either. michael
Dear Per, what about using the "Mailbox alias plugin" (http://wiki2.dovecot.org/Plugins/MailboxAlias)? --------------------------------------------------------------------- Mit freundlichen Gr??en / Distinti saluti / Kind regards De Zordo Patrick patrick at spamreducer.eu> -----Urspr?ngliche Nachricht----- > Von: dovecot [mailto:dovecot-bounces at dovecot.org] Im Auftrag von Per > Jessen > Gesendet: Montag, 25. August 2014 21:03 > An: dovecot at dovecot.org > Betreff: Special-Use Mailboxes ? > > Lots of people must have had this issue before me - users using different > devices&software (pc, smartphone, tablet, thunderbird, outlook, webmail) > and languages (e.g. English on the PC, German on the iPhone), some folders > end of with different names - e.g. "Sent" > and "Gesendete Elemente" - meaning the same thing, namely "sent mails". > > How do you map these to just one folder such that it shows up correctly > independently of what the user happens to be using? > > It sounds like something for the > > mailbox "Sent" { > special_use = \Drafts > } > > config directive? Is that what it might be used for? > > mailbox "Sent" { > special_use = \Sent > } > mailbox "Gesendete Elemente" { > special_use = \Sent > } > > > -- > Per Jessen, Z?rich (12.9?C) > http://www.dns24.ch/ - free dynamic DNS, made in Switzerland.-------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 6310 bytes Desc: not available URL: <http://dovecot.org/pipermail/dovecot/attachments/20140827/9d8ffacb/attachment-0001.p7s>