Hm...ich hoffe das es auch ohne geht...
Also hier nochmal der anfang des Scripts:
<?
// Path to where you are placing this script
$path = "http://sub.homepage.de/picpost";
// Incoming mail server of the account that you are sending the pics to
$mailserver = "homepage.de";
// Username for the server, it may be your full email address
$mailuser = "picpost@homepage.de";
// The password for that mail account
$mailpass = "password";
// You might not want to play around below this section!
?>
<head>
<meta http-equiv="REFRESH" content="300; URL=<? echo $path; ?>/index.php">
</head>
<?
// open POP connection
$inbox = @imap_open ("{$mailserver:110/pop3}", $mailuser, $mailpass);
$count = @imap_num_msg($inbox);
if ($count < 1) {
echo "<B>No messages to post</b>";
die();
}
...und online banking hab ich auch gar nicht ;)
gruss kynd