[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[mpop-users] mpop --host to retrieve from gmail account withouth having a config file



Hi, i am trying to retrieve a gmail message based on subject directly from the commandlone so withouth any configfile settings

what i tried is this


mpop --host=pop.gmail.com --port=995 --user=myfmailusername --tls-starttls --tls-certcheck=off --delivery=mbox,"/home/justadirectory" --status-only --keep --auth=external


mpop: POP3 server sent an empty reply
mpop: error during mail retrieval

its the first time i try mpop so am quit new at it
i hope it is suitable for downloading a message with an attachment for processing of the attachment in a program im tryin to write...