benjaminkeith -
THe 1st 3 things you referred to are perl modules that need to be installed in order to use the script.
(Mail::POP3Client, MIME::Parser, LWP::UserAgent)
If you don't have these currently installed on your server, you can get them from CPAN (
http://www.cpan.org) CPAN also has info on how to install modules, etc..
4. Does imagemagick get called in your script to make thumbnails and compress pics?
ImageMagick is not used by this script.. All this script does is get the pictures out of the email, and save it somewhere to disk. For my setup, album.pl uses imagemagick to generate the thumbnail on first view, and the phone pics are small enough that I don't need to resize them.
You may have some issues trying to do this on a hosted server, because the server would need to have a cron setup to check for email...