Well first you'd have to include the file and then instantiate the class...
include '/path/to/pop3.class';
$pop3 = new pop3();
// $pop3->function();
I've never used the class before so I guess I know as much as you do, but that's how you'd probably get something going. Try and find documentation on it or open up the file and look at the functions and their parameters.