[PLUTO-help] reperire la posta con telnet: script bash

mr_english mr_english a autistici.org
Lun 21 Ago 2006 22:03:23 CEST


Chiede umilmente scusa...  ;-)

#!/bin/bash
{
sleep 3
if echo -e "USER <nomeutente>\r"; then
    sleep 3;
    if echo -e "PASS <password>\r"; then
        sleep 3;
        echo -e "RETR 1\r";
        sleep 3;
    fi;
fi;
} | telnet <mailserver> 110



More information about the pluto-help mailing list