I'm making a web mail client that will support pop3 and imap... so far, everything is going well, but I have two problems...
1) the pop3 server i'm testing with shows every message as unread...!
2) the imap server i'm testing with doesn't work with imap_mailmsginfo() (when I list the folders, I have no way of showing whether there is new mail in them, which is really annoying)
Is this a general problem, or is it just these two particularily buggy servers? is there any way to get around these two bugs?