~ubuntu-dev/ubuntu/lucid/dovecot/lucid-201002101901

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
Client issues and configuration
===============================

It seems to be quite difficult to implement a working IMAP client. Best
Practices for Implementing an IMAP Client
[http://www.imapwiki.org/ClientImplementation] tries to help you with it.

Contents


 1. Client issues and configuration

     1. Apple Mail.app

     2. Outlook

     3. Outlook Express 6

     4. Netscape 4.x

     5. Netscape Mail

     6. Evolution

     7. Mulberry

     8. Thunderbird

     9. Mutt

     10. Pine

     11. SquirrelMail

     12. Horde IMP

     13. RoundCube Webmail

     14. @Mail Webmail

Apple Mail.app
--------------

On Mac OS X Leopard 10.5 Mail.app appears to support subscribe/unsubscribe by
right clicking on a mailbox, selecting 'Get Account Info' and selecting
'Subscription List' from tabs. This however doesn't really work with any IMAP
server.

Apple Mail 3.6 (that comes with OS X 10.5 Leopard) supports
subscribing/unsubscribing to folders in the public namespace.

Outlook
-------

 * You should enable 'outlook-idle' workaround with IMAP.
 * You should enable 'outlook-no-nuls' workaround with POP3.
 * Outlook 2003 has problems with older Dovecot's default POP3 UIDL format,
   which causes it to download the same mails over and over again if "leave
   mails to server" option is enabled. See 'pop3_uidl_format' setting.
 * Outlook might not hide or purge deleted items by default. Microsoft has a
   how-to that shows how to fix this
   [http://office.microsoft.com/en-us/outlook/HP100804201033.aspx].

Outlook Express 6
-----------------

 * Using "Headers only" synchronization is buggy and can cause "Message is no
   longer available on this server" error when opening a mail. This isn't
   Dovecot specific problem, and I'm not aware of any possible workarounds at
   the moment for this in server side.
 * You should enable 'outlook-idle' and 'delay-newmail' workarounds for IMAP.
 * You should enable 'outlook-no-nuls' and 'oe-ns-eoh' workarounds for POP3.

Netscape 4.x
------------

 * You should enable 'netscape-eoh' workaround with IMAP, if you still care
   about supporting this..

Netscape Mail
-------------

I'm not actually sure what version exactly this refers to.

 * You should enable 'oe-ns-eoh' workaround for POP3.

Evolution
---------

 * Some versions don't support creating subfolders with mbox format. Evolution
   in Ubuntu Gutsy, 2.12.0-0ubuntu5, does support creating subfolders, at least
   when the parent folder is empty.

Mulberry
--------

Seems to be OK.

Thunderbird
-----------

 * If you're using <mbox> [MailboxFormat.mbox.txt] or <dbox>
   [MailboxFormat.dbox.txt],
    * You should enable 'tb-extra-mailbox-sep' workaround for IMAP. Bug report
      [https://bugzilla.mozilla.org/show_bug.cgi?id=29926].
    * You'll have to disable "Server supports folders that contain sub-folders
      and messages" setting from Thunderbird.Enhancement request
      [https://bugzilla.mozilla.org/show_bug.cgi?id=284933].

Mutt
----

 * New mutt versions supporting IDLE command will hang with Dovecot versions
   earlier than v1.0beta3. Upgrade Dovecot or disable IDLE by setting
   imap_idle=no in .muttrc.
 * <Using mutt with IMAP> [mutt.txt]

Pine
----

Seems to be OK.

SquirrelMail
------------

 * Configuration asks IMAP server name for some workarounds. There has been a
   Dovecot option since 1.4.6 and 1.5.1. For olderSquirrelMail versions, select
   the "other" option and remove the default INBOX-prefix.

Horde IMP
---------

Dovecot namespace detection works automatically with any recent version of IMP
(4.1+).

RoundCube Webmail
-----------------

Works fine.

@Mail Webmail
-------------

Uses the namespace returned via Dovecot, full support via IMAP/POP3 using @Mail
[http://atmail.com/]. Can also read mailbox quota via the getquotaroot IMAP
command.

(This file was created from the wiki on 2009-10-16 04:42)