Thanks Paul, look in the source would make sense.. *sigh*
On Saturday 22 May 2004 07:15 am, Paul J Stevens wrote:
> Straight from dbmail.h:
>
>
> #define STATUS_NEW 0
> #define STATUS_SEEN 1
> #define STATUS_DELETE 2
> #define STATUS_PURGE3
> #define STATUS_UNUSED 4
> #define STA
Straight from dbmail.h:
#define STATUS_NEW 0
#define STATUS_SEEN 1
#define STATUS_DELETE 2
#define STATUS_PURGE3
#define STATUS_UNUSED 4
#define STATUS_INSERT 5
#define STATUS_ERROR6
If you want to know how and where these are used, if at all (i.e. I
don't see STATUS_UN
Hi everyone,
I'm working on some PHP stuff and I was wondering if there's somewhere that
lists what each of the status values actually represent?
So far I've figured out that less than 2 is current mail, and 2 and more is
deleted mail, but why are there 5 states?
Thanks!
-Micah