Re: [Dbmail-dev] default_iconv stuff with convert_8bit_field_to_utf8

2007-03-25 Thread Paul J Stevens
Leif, could you plz resent this patch as attachment? I can't get it to apply like this. You can simply do 'svn diff misc.c' to produce valid patches. No need to keep an original tree around. thanks, Leif Jackson wrote: Just a suggestion :) I belive without closing it everywhere in that

Re: [Dbmail-dev] explicit initalize of the config variable and 1 minor memleak for branch 2_2 rev 2480

2007-03-25 Thread Paul J Stevens
patch applied. Leif Jackson wrote: Aaron it seem the path I sent with the config initializers got taken back out other than the change to dsn.c that is all this patch is. Otherwise the 2_2 branch is looking good as far as memleaks :) I was looking at the dbmail-message.c code and saw a new

Re: [Dbmail-dev] another memleak found within imap. small patch

2007-03-25 Thread Paul J Stevens
patch applied. Leif Jackson wrote: I used the unit (check) testing to sort this one out. leaks about 48bytes each time someone opens a new box in the same session. -leif diff -urN dbmail-svn-2.2.4-2480.leif2/dbmail-imapsession.c dbmail-svn-2.2.4-2480.leif3/dbmail-imapsession.c ---

[Dbmail-dev] [DBMail 0000551]: Leftmost and rightmost quotes are cut off

2007-03-25 Thread bugtrack
The following issue has been RESOLVED. == http://www.dbmail.org/mantis/view.php?id=551 == Reported By:idk Assigned To:paul

[Dbmail-dev] [DBMail 0000546]: Memory corrupted in IMAP daemon

2007-03-25 Thread bugtrack
A NOTE has been added to this issue. == http://www.dbmail.org/mantis/view.php?id=546 == Reported By:idk Assigned To:

[Dbmail-dev] [DBMail 0000550]: Messages that are viewed in squirrelmail and thunderbird and not outlook express

2007-03-25 Thread bugtrack
A NOTE has been added to this issue. == http://www.dbmail.org/mantis/view.php?id=550 == Reported By:jasb Assigned To:

[Dbmail-dev] [DBMail 0000550]: Messages that are viewed in squirrelmail and thunderbird and not outlook express

2007-03-25 Thread bugtrack
The following issue has been ACKNOWLEDGED. == http://www.dbmail.org/mantis/view.php?id=550 == Reported By:jasb Assigned To:

[Dbmail-dev] [DBMail 0000532]: Error logs contains no timestamps

2007-03-25 Thread bugtrack
The following issue has been RESOLVED. == http://www.dbmail.org/mantis/view.php?id=532 == Reported By:idk Assigned To:paul

Re: [Dbmail-dev] default_iconv stuff with convert_8bit_field_to_utf8

2007-03-25 Thread Leif Jackson
Paul J Stevens wrote: Leif, could you plz resent this patch as attachment? I can't get it to apply like this. You can simply do 'svn diff misc.c' to produce valid patches. No need to keep an original tree around. Thats really cool, still learning svn. Anyway the svn diff for misc.c is

[Dbmail-dev] [DBMail 0000548]: WISH: Better parsing 8bit header characters

2007-03-25 Thread bugtrack
A NOTE has been added to this issue. == http://www.dbmail.org/mantis/view.php?id=548 == Reported By:idk Assigned To:

[Dbmail-dev] [DBMail 0000550]: Messages that are viewed in squirrelmail and thunderbird and not outlook express

2007-03-25 Thread bugtrack
A NOTE has been added to this issue. == http://dbmail.org/mantis/view.php?id=550 == Reported By:jasb Assigned To:

Re: [Dbmail-dev] [DBMail 0000552]: IMAP COPY says BAD too manyarguments to COPY since 2481

2007-03-25 Thread ljackson
This is due to the new way to handle imap args I guess Paul a unit test for this case is in order anyway because the new args handler doesn't move the pointer the count of the total args is at least 1 greater for any command that has a limit this will be a simple fix for this bug report but a