Using dbmail-imapd with a german outlook express 6.0 makes outlook
waiting forever for a response... while trying to create standard
folders when initializing the imap account on first login...
Log says:
Dec 3 12:45:50 dnsc2 dbmail/imap4[4028]: COMMAND: [0039 CREATE
"Entw&APw-rfe"]
How and where
Append an ampersand to the following array in imap4.c
const char AcceptedMailboxnameChars[] =
"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-=/ _&";
Hans
After testing i found one more character to add: "," and "&"
It seems as if oe is escaping special chars with &xxx- and &x,x- ...
so array in imap4.c must look like this:
const char AcceptedMailboxnameChars[] =
"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-=/ _&,";
Hans
-
From: "Roel Rozendaal - IC&S" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, December 03, 2002 3:08 PM
Subject: Re: [Dbmail] Error in dbmail-imapd
> Hi hans,
>
> could you try the latest CVS? It should be fixed by now.
>
> regards roel
>
> Hans Kula hee
;
To:
Sent: Tuesday, December 03, 2002 3:45 PM
Subject: Re: [Dbmail] Error in dbmail-imapd
> Not sure if this is what you need to reference, but
> http://www.faqs.org/rfcs/rfc2060.html section "5.1.3. Mailbox
> International Naming Convention" has a pretty good summary of acc
>
To:
Sent: Wednesday, December 04, 2002 12:12 AM
Subject: Re: [Dbmail] Error in dbmail-imapd
This should have been fixed this afternoon?
When i check the source right now.. it seems to be fixed?
On dinsdag, dec 3, 2002, at 22:44 Europe/Amsterdam, Sam Przyswa wrote:
> Hans Kula
hi armin,
maybe you should take a look at
http://www.complang.tuwien.ac.at/reisner/drbd/
This is good way for mysql 3.23.xx.
Another way for mysql 3.23.xx is to use a circular master/slave
relationship...
but its not my favorite solution...
regards hans
- Original Message -
From: "armi