Re: [Dbmail] Error in dbmail-imapd

2002-12-09 Thread
+= fprintf(outstream, "}\015\012"); cnt += fprintf(outstream, "%s", s); return cnt; } } cnt = fprintf(outstream, "\""); cnt += fprintf(outstream, "%s", s); cnt += fprintf(outstream, "\""); return cnt; ----- Origi

Re: [Dbmail] Error in dbmail-imapd

2002-12-06 Thread Sam Przyswa
Craig Whitmore ([EMAIL PROTECTED]) écrivait: > >See the patch below that Klas patched yesterday. It fixes this problem. The >bug occurs in quoted_string_out in imaputil.c which quotes strings. Quite a >number of email clients (like outlook express) doesn't like how dbmail was >quoting it. This mea

Re: [Dbmail] Error in dbmail-imapd

2002-12-06 Thread Craig Whitmore
cnt += fprintf(outstream, "%s", s); cnt += fprintf(outstream, "\""); return cnt; ----- Original Message - From: "Sam Przyswa" <[EMAIL PROTECTED]> To: Sent: Friday, December 06, 2002 3:06 AM Subject: Re: [Dbmail] Error in dbmail-imapd > Roel Rozen

Re: [Dbmail] Error in dbmail-imapd

2002-12-05 Thread Sam Przyswa
Roel Rozendaal - IC&S ([EMAIL PROTECTED]) écrivait: > >Well that's an outlook thing. Folders are imap stuff, the messages are >just stored and retrieved without any intervention. On Outlook Express we use the "headers only" to only store the messages header not the whole message. The same mail on

Re: [Dbmail] Error in dbmail-imapd

2002-12-04 Thread
Well that's an outlook thing. Folders are imap stuff, the messages are just stored and retrieved without any intervention. regards roel Sam Przyswa heeft op woensdag, 4 dec 2002 om 11:50 (Europe/Amsterdam) het volgende geschreven: Hans Kula ([EMAIL PROTECTED]) écrivait: It is fixed... Th

Re: [Dbmail] Error in dbmail-imapd

2002-12-04 Thread Sam Przyswa
Hans Kula ([EMAIL PROTECTED]) écrivait: > >It is fixed... >Thx > >I've made some tests with outlook and outlook express and it works fine. >Creation of folders with spezial chars in any language should now work >perfekt... This bug appear only with Outlook 2000, we have found an other bug with Out

Re: [Dbmail] Error in dbmail-imapd

2002-12-04 Thread Hans Kula
> 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

Re: [Dbmail] Error in dbmail-imapd

2002-12-04 Thread Sam Przyswa
Eelco van Beek - IC&S ([EMAIL PROTECTED]) écrivait: > >This should have been fixed this afternoon? > >When i check the source right now.. it seems to be fixed? Yes, thanks ! Hey congratulations for the new website, nice ! What is the seperate daemon to MS Exchange Outlook compatibility, I'm very

Re: [Dbmail] Error in dbmail-imapd

2002-12-04 Thread
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 ([EMAIL PROTECTED]) écrivait: After testing i found one more character to add: "," and "&" It seems as if o

Re: [Dbmail] Error in dbmail-imapd

2002-12-03 Thread Sam Przyswa
Hans Kula ([EMAIL PROTECTED]) écrivait: > > >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[] = >"abcdefghijklmnopqrstuvwxyzABCDEF

Re: [Dbmail] Error in dbmail-imapd

2002-12-03 Thread Hans Kula
; 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

Re: [Dbmail] Error in dbmail-imapd

2002-12-03 Thread Richard Barrington
; > > - Original Message - > 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

Re: [Dbmail] Error in dbmail-imapd

2002-12-03 Thread Hans Kula
- 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

[Dbmail] Error in dbmail-imapd

2002-12-03 Thread Hans Kula
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

Re: [Dbmail] Error in dbmail-imapd

2002-12-03 Thread
Hi hans, could you try the latest CVS? It should be fixed by now. regards roel Hans Kula heeft op dinsdag, 3 dec 2002 om 14:58 (Europe/Amsterdam) het volgende geschreven: "Entw&APw-rfe"

[Dbmail] Error in dbmail-imapd

2002-12-03 Thread Hans Kula
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