i'd like to develop a Web Mail by PHP,any tutorial about this?? Thank!!!!!!!!!
How about doing a search before you post? There are plenty examples about reading mail by POP or IMAP. Just search.
Is there a way to receive emails without using that library?
Sure, a library is just a collection of routines. If you don't want to use a ready-made library you can just write your own email routines.