Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Storing number of new messages in MySQL

Quote Reply
Storing number of new messages in MySQL
Here is what we would like to see happen:

When incoming.pl goes to retrieve email, it ends up with a certain number of new messages for all users (0 and above)

We would like to have the number of new email messages added in mysql table...Meaning we can add a field in users table, say 'New', and incoming.pl would write there the number of new messages it has just retrieved for that user.

When incoming.pl runs again, it adds the number of new messages now received,...

When a certain user goes to his inbox, the number of new email messages is reset to zero.

And so on....

Thanks

Frank


Subject Author Views Date
Thread Storing number of new messages in MySQL frankLo 2958 Nov 15, 2001, 3:22 PM
Thread Re: [frankLo] Storing number of new messages in MySQL
Alex 2865 Nov 16, 2001, 2:44 PM
Thread Re: [Alex] Storing number of new messages in MySQL
frankLo 2854 Nov 16, 2001, 3:57 PM
Thread Re: [frankLo] Storing number of new messages in MySQL
Alex 2858 Nov 16, 2001, 4:07 PM
Post Re: [Alex] Storing number of new messages in MySQL
frankLo 2831 Nov 19, 2001, 5:25 AM