> list.php0100644000000000000000000000513307455607517011263 0ustar  rootroot<?
> session_start();
>     mysql_connect("localhost", "dbmail", "DBmail");
>     $query = "SELECT a.messageidnr as messageidnr, a.messageblk as
> messageblk, b.messagesize as messagesize, c.maxmail_size FROM
> messageblk a, message b, user c WHERE a.messageblk like 'From%' and
> a.messageidnr = b.messageidnr and b.mailboxidnr = c.useridnr and
> c.userid = '$SESSION_USER_NAME'";
>     $result = mysql_db_query("dbmail", $query);
> 
> Is there another dbmail-webmail? Maybe simplest if you just give us the
> url to d/l yours. I d/l this one about 2 days ago from "somewhere."


Ahhh,

This is not mine.....

my patch is for imap based webmail systems like horde/imp

this reminds me,.....

I forgot to attach the patch, didn't I?

... John

Reply via email to