Re: [Dovecot] Outlook 2013 imap specialuse RFC6154 XLIST

2012-09-05 Thread Patrick Ben Koetter
* Robert Schetterer rob...@schetterer.org:
 Am 04.09.2012 10:30, schrieb Robert Schetterer:
  Hi, perhaps somebody wants to this
  
  --snip
  Microsoft® Outlook® 2013 Preview
  Outlook 2013 Preview implements the IMAP LIST extension specified in
  [RFC6154] as the XLIST command.
  ---snip
  
  taken out of [MS-STANOIMAP].pdf
  
  which zip you may download here
  
  http://msdn.microsoft.com/en-us/library/ee157124%28v=exchg.80%29
  
 
 just for info, by small testing
 Outlook 2013 preview imap specialuse is working with dovecot
 at minimum for Trash and Sent
 
 i have set this
 
 mailbox Sent {
 special_use = \Sent
 auto=subscribe
  }
   mailbox Sent Messages {
 special_use = \Sent
   }

Why did you set the \Sent folder twice? Setting it once should suffice.


 the preview is only in english or spanish
 so dont know if it will work with other languages then english, lets hope so

Try this:

mailbox Gesendete Objekte {
special_use = \Sent
auto=subscribe
}

AFAIK the English version should automagically map itself to that folder.

p@rick


-- 
state of mind ()

http://www.state-of-mind.de

Franziskanerstraße 15  Telefon +49 89 3090 4664
81669 München  Telefax +49 89 3090 4666

Amtsgericht MünchenPartnerschaftsregister PR 563



Re: [Dovecot] Outlook 2013 imap specialuse RFC6154 XLIST

2012-09-05 Thread Duane Hill
On Wednesday, September 05, 2012 at 06:14:10 UTC, p...@state-of-mind.de 
confabulated:

 * Robert Schetterer rob...@schetterer.org:
 Am 04.09.2012 10:30, schrieb Robert Schetterer:
  Hi, perhaps somebody wants to this
  
  --snip
  Microsoft® Outlook® 2013 Preview
  Outlook 2013 Preview implements the IMAP LIST extension specified in
  [RFC6154] as the XLIST command.
  ---snip
  
  taken out of [MS-STANOIMAP].pdf
  
  which zip you may download here
  
  http://msdn.microsoft.com/en-us/library/ee157124%28v=exchg.80%29
  
 
 just for info, by small testing
 Outlook 2013 preview imap specialuse is working with dovecot
 at minimum for Trash and Sent
 
 i have set this
 
 mailbox Sent {
 special_use = \Sent
 auto=subscribe
  }
   mailbox Sent Messages {
 special_use = \Sent
   }

 Why did you set the \Sent folder twice? Setting it once should suffice.

FYI: Default config shows it listed twice in:

  conf.d/15-mailboxes.conf
  ...
  # For \Sent mailboxes there are two widely used names. We'll mark both of
  # them as \Sent. User typically deletes one of them if duplicates are created.
  mailbox Sent {
special_use = \Sent
  }
  mailbox Sent Messages {
special_use = \Sent
  }
  ...

-- 
If at first you don't succeed...
...so much for skydiving.



Re: [Dovecot] Outlook 2013 imap specialuse RFC6154 XLIST

2012-09-05 Thread Robert Schetterer
Am 05.09.2012 08:14, schrieb Patrick Ben Koetter:
 Try this:
 
 mailbox Gesendete Objekte {
 special_use = \Sent
 auto=subscribe
 }

i will do when Outlook 2013 in german got released
 
 AFAIK the English version should automagically map itself to that folder.

agree ,it should

 
 p@rick

thunderbirds status about xlist etc can be seen here

https://bugzilla.mozilla.org/show_bug.cgi?id=558659

looks like , its on the road, from pure tec side
no idea if and when it will go released
-- 
Best Regards
MfG Robert Schetterer


Re: [Dovecot] Outlook 2013 imap specialuse RFC6154 XLIST

2012-09-05 Thread Robert Schetterer
Am 05.09.2012 08:45, schrieb Duane Hill:
 On Wednesday, September 05, 2012 at 06:14:10 UTC, p...@state-of-mind.de 
 confabulated:
 
 * Robert Schetterer rob...@schetterer.org:
 Am 04.09.2012 10:30, schrieb Robert Schetterer:
 Hi, perhaps somebody wants to this

 --snip
 Microsoft® Outlook® 2013 Preview
 Outlook 2013 Preview implements the IMAP LIST extension specified in
 [RFC6154] as the XLIST command.
 ---snip

 taken out of [MS-STANOIMAP].pdf

 which zip you may download here

 http://msdn.microsoft.com/en-us/library/ee157124%28v=exchg.80%29


 just for info, by small testing
 Outlook 2013 preview imap specialuse is working with dovecot
 at minimum for Trash and Sent

 i have set this

 mailbox Sent {
 special_use = \Sent
 auto=subscribe
  }
   mailbox Sent Messages {
 special_use = \Sent
   }
 
 Why did you set the \Sent folder twice? Setting it once should suffice.
 
 FYI: Default config shows it listed twice in:
 
   conf.d/15-mailboxes.conf
   ...
   # For \Sent mailboxes there are two widely used names. We'll mark both of
   # them as \Sent. User typically deletes one of them if duplicates are 
 created.
   mailbox Sent {
 special_use = \Sent
   }
   mailbox Sent Messages {
 special_use = \Sent
   }
   ...
 

Sent Messages was/is used in some clients for Sent, guess its also in
the example, looks like the new client versions with xlist etc changed
this sometimes,too ( going directly Sent , but i didnt investigated
hardly in this, test yourself), so it may not longer needed in the
future, meanwhile it does not hurt somenone, since yet

But i agree feature need more real world examples and explains in some
wiki related to div mail clients in their different versions
guess this is on the road



-- 
Best Regards
MfG Robert Schetterer


Re: [Dovecot] Outlook 2013 imap specialuse RFC6154 XLIST

2012-09-05 Thread Patrick Ben Koetter
* Robert Schetterer rob...@schetterer.org:
 Am 05.09.2012 08:14, schrieb Patrick Ben Koetter:
  Try this:
  
  mailbox Gesendete Objekte {
  special_use = \Sent
  auto=subscribe
  }
 
 i will do when Outlook 2013 in german got released
  
  AFAIK the English version should automagically map itself to that folder.
 
 agree ,it should
 
  
  p@rick
 
 thunderbirds status about xlist etc can be seen here
 
 https://bugzilla.mozilla.org/show_bug.cgi?id=558659
 
 looks like , its on the road, from pure tec side
 no idea if and when it will go released

It is implemented. We had to adapt a few extra functions to deal with 64 bit
stuff. Currently it is not being pushed further because of the uncertainty of
TBs future. Once it will become clear how new features will be released we
will spend the rest of money and time to ship the feature. For now I will not
spend a single more Euro.

p@rick

-- 
state of mind ()

http://www.state-of-mind.de

Franziskanerstraße 15  Telefon +49 89 3090 4664
81669 München  Telefax +49 89 3090 4666

Amtsgericht MünchenPartnerschaftsregister PR 563



[Dovecot] Outlook 2013 imap specialuse RFC6154 XLIST

2012-09-04 Thread Robert Schetterer
Hi, perhaps somebody wants to this

--snip
Microsoft® Outlook® 2013 Preview
Outlook 2013 Preview implements the IMAP LIST extension specified in
[RFC6154] as the XLIST command.
---snip

taken out of [MS-STANOIMAP].pdf

which zip you may download here

http://msdn.microsoft.com/en-us/library/ee157124%28v=exchg.80%29
-- 
Best Regards
MfG Robert Schetterer


Re: [Dovecot] Outlook 2013 imap specialuse RFC6154 XLIST

2012-09-04 Thread Robert Schetterer
Am 04.09.2012 10:30, schrieb Robert Schetterer:
 Hi, perhaps somebody wants to this
 
 --snip
 Microsoft® Outlook® 2013 Preview
 Outlook 2013 Preview implements the IMAP LIST extension specified in
 [RFC6154] as the XLIST command.
 ---snip
 
 taken out of [MS-STANOIMAP].pdf
 
 which zip you may download here
 
 http://msdn.microsoft.com/en-us/library/ee157124%28v=exchg.80%29
 

just for info, by small testing
Outlook 2013 preview imap specialuse is working with dovecot
at minimum for Trash and Sent

i have set this

mailbox Sent {
special_use = \Sent
auto=subscribe
 }
  mailbox Sent Messages {
special_use = \Sent
  }

 mailbox Trash {
special_use = \Trash
auto=subscribe
 }


examples are in
/etc/dovecot/conf.d/15-mailboxes.conf


couldnt test Archive/Drafts/Junk
but they look Working
i had my problems with some new gui functions *g

the preview is only in english or spanish
so dont know if it will work with other languages then english, lets hope so

feel free to test yourself

-- 
Best Regards
MfG Robert Schetterer