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

2007-03-23 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] Future request on sieve scripts

2007-03-23 Thread Oleg Lapshin
Hello I want to put incoming messages into folders, based on current year and month Smth like this: if { fileinto some-folder; } else { fileinto INBOX/$YEAR/$MONTH; } Can this be implemented? Thanks. -- Oleg Lapshin ___

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

2007-03-23 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 0000546]: Memory corrupted in IMAP daemon

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

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

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

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

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

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

2007-03-23 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 0000539]: Mailclient times out opening large mailboxes

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

[Dbmail-dev] [DBMail 0000544]: Segmet fault on empty message

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

[Dbmail-dev] [DBMail 0000543]: Logging does not say anything about the remote users ip

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

[Dbmail-dev] [DBMail 0000542]: postinst script for dbmail-mysql

2007-03-23 Thread bugtrack
The following issue has been CLOSED == http://www.dbmail.org/mantis/view.php?id=542 == Reported By:lkneschke Assigned To:paul

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

2007-03-23 Thread bugtrack
A NOTE has been added to this issue. == http://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-23 Thread bugtrack
A NOTE has been added to this issue. == http://dbmail.org/mantis/view.php?id=550 == Reported By:jasb Assigned To:

[Dbmail-dev] Possible minor memleaks in svn trunk 2474

2007-03-23 Thread Leif Jackson
Paul Aaron, I was reviewing the current trunk 2474 from today, to see if I can help make 2.2.5 bug free :) Anyway I came across some possible memleak issues patch is attached. This is from valgrind I deduced the issues. Please verify and apply to the trunk if you see fit. Thanks, Leif

[Dbmail-dev] imapcommands.c again?

2007-03-23 Thread Leif Jackson
I just pulled a fresh copy to make sure that it wasn't me this time paul but as I see it in trunk _ic_select in imapcommands.c looks like this: /* show idx of first unseen msg (if present) */ if (ud-mailbox.exists) { if (! (key = db_first_unseen(ud-mailbox.uid))) {

Re: [Dbmail-dev] Possible minor memleaks in svn trunk 2474

2007-03-23 Thread Aaron Stone
Nice work, now in SVN, except for the changes to dbmail-message.c which Paul appears to have already incorportated into renamed variables. Aaron On Fri, 2007-03-23 at 17:12 -0500, Leif Jackson wrote: Paul Aaron, I was reviewing the current trunk 2474 from today, to see if I can help make