Re: [Dbmail] Shared folders

2003-04-10 Thread Aaron Stone
The IC&S folks, Roel and Eelco, say that shared folders will be part of the new database layout and code for the next major DBMail release. Aaron On 9 Apr 2003, Richard Houston wrote: > Hi all, > > Are shared IMAP folders supported in dbmail? If so can someone enlighten > me on how to implement

Re: [Dbmail] Shared folders

2003-04-10 Thread Richard Houston
Cool thanks. Any word on when that maybe and what the new features will be? Thanks Rich On Wed, 2003-04-09 at 21:29, Aaron Stone wrote: > The IC&S folks, Roel and Eelco, say that shared folders will be part of > the new database layout and code for the next major DBMail release. > > Aaron > >

Re: [Dbmail] Shared folders

2003-04-10 Thread Curtis Maurand
That will be half the battle of providing exchange functionality, too since an exchange server is really nothing more than a big imap server. calendar events are messages in the standard format that ical uses which is an ietf format the mail headers look like X.500 stuff. the address book looks li

[Dbmail] Two DBMail bugs?

2003-04-10 Thread Chris Nolan
Hi all, Since rolling out DBMail, I've noticed two possible bugs. These bugs may simply be limited to when Outlook Express is used as the client, but I've noticed similar behaviour to point 1 in Mozilla Mail 1.3 1. Often, the mail client (OE or Mozilla Mail) will report that new mail is in o

Re: [Dbmail] Two DBMail bugs?

2003-04-10 Thread Aaron Stone
On the topic of point 1, I reported a few weeks ago but got no response... that I see *every message* since I upgraded to 1.1 as \Recent. It looks like the only way to have a message not be \Recent is to flag is from my application. I don't think this is correct; all other IMAP servers I know of au

[Dbmail] Another DBMail bug??

2003-04-10 Thread Chris Nolan
Hi again all! I've found another weirdness about DBMail - once again concerning Outlook Express users. When any of my OE users save a message as a Draft, it gets stuck in the drafts folder alright, but the message is recorded as being like a message in any other folder - opening it doesn't p

Re: [Dbmail] Two DBMail bugs?

2003-04-10 Thread Chris Nolan
On the point of \Recent, what does the \Recent flag actually do? Interestingly, we use SquirrelMail at this DBMail site and it has precisely no problem seeing new messages (as far as I can tell - in the case that happened today, SquirrelMail correctly saw all messages when Outlook Express didn

[Dbmail] Alias housekeeping issues

2003-04-10 Thread Chris Nolan
Hi again all, When I was setting up DBMail, various user accounts got deleted and recreated. Because of this, I had to go through the alias table by hand and clean it up as mail wasn't being delivered correctly. The archive at my DBMail tools site contains a version of dbmail-user with a "t"

RE: [Dbmail] Two DBMail bugs?

2003-04-10 Thread Mark Smulders
>From the IMAP4rev1 RFC (rfc 2060): Status: O \Recent Message is "recently" arrived in this mailbox. This session is the first session to have been notified about this message; subsequent sessions will not see \Recent set for

[Dbmail] debug

2003-04-10 Thread Igor Olemskoi
Hi, How to turn off debug logging? Thanks, Igor.

[Dbmail] bugs bugs bugs

2003-04-10 Thread Eelco van Beek
Hi All, Since everybody is talking about bugs these days we've setup a generic bugtracker for our opensource projects (of which dbmail is one). Please report bugs (after reviewing the open bug list) at http://bugs.fastxs.net/. Best regards, Eelco _ E.J.A. van Beek I

RE: [Dbmail] Two DBMail bugs?

2003-04-10 Thread Aaron Stone
A stupid but simple way to handle this might be to always set recent_flag=0 in every query that updates the messages table. The logic is that if the user is setting any flags on a message, they've seen the message. I'm inclined to say that turning off recent just because you have listed the mailbox

Re: [Dbmail] Two DBMail bugs?

2003-04-10 Thread Joby Walker
I disagee. I use client side filters to drop emails from my inbox into one of many folders. If db_movemsg knocked out the "recent" then I would never know if I have new email. jbw Aaron Stone wrote: A stupid but simple way to handle this might be to always set recent_flag=0 in every query t

[Dbmail] Files in sql dir

2003-04-10 Thread Richard Houston
Hi all, What are all the sql scripts in the dbmail/sql/mysql dir. Do any of the file other than the create_tables sql file need to be applied and what do they all do? Thanks in advance. Rich

Re: [Dbmail] Two DBMail bugs?

2003-04-10 Thread Aaron Stone
We're both correct. This the behaviour that you want. You see the message, and it is Recent, then tell DBMail to move it, and while it is being movedthe message becomes not-Recent. Aaron On Thu, 10 Apr 2003, Joby Walker wrote: > I disagee. I use client side filters to drop emails from my inbox

Re: [Dbmail] deleting folders, dbmail + sm mail , this might help

2003-04-10 Thread Jason Burfield
Just an FYI, the file: '../functions/imap_mail_box.php' should be '../functions/imap_mailbox.php' -- Jason On 4/8/03 11:54 PM, "Robert L. Tom" <[EMAIL PROTECTED]> wrote: > 2/28/2003 >> Author: robert >> Fix for squirrelmail 1.2.11 IMAP folder deletion problems >> and folder truncat