[新手上路]批处理新手入门导读[视频教程]批处理基础视频教程[视频教程]VBS基础视频教程[批处理精品]批处理版照片整理器
[批处理精品]纯批处理备份&还原驱动[批处理精品]CMD命令50条不能说的秘密[在线下载]第三方命令行工具[在线帮助]VBScript / JScript 在线参考
返回列表 发帖

[其他] 如何使用第三方工具getmail.exe收邮件

在网上看到一个第3方邮件操作工具(getmail.exe)
但不知道如何使用它,让它实现收邮件工作

望高人指点。。。。

难道以上这个问题,没有人肯会应吗?

TOP

Microsoft Windows [版本 6.1.7600]
版权所有 (c) 2009 Microsoft Corporation。保留所有权利。
D:\>getmail /?
Failed to open registry key for GetMail profile , using default.
Failed to open registry key for GetMail
GetMail v1.33: WinNT console utility to download a mailbox's mail.
syntax:
  Getmail -u <user> -pw <password> -s <server> [optional switches (see below)]
  Getmail -install [ see install details below ]
  Getmail -profile [-delete | "<default>"] [profile1] [profileN] [-q]
  Getmail -h [-q]
  Getmail -forceextract filename
-install <server> <userid> <password> [<delete> [<xtract> [<try> [<port> [<profi
le>]]]]]
     : set's POP3 server, login, password, whether to delete or not (Yes/No),
       whether to automatically extract base64/7bit/UU encoded files or not (Yes
/No),
       number of tries and port for profile
       (<delete> <xtract> <try> and <port> may be replaced by '-').
-u <userid>   : Specify userid on remote pop3 host
-pw <password>: Specify password for userid on remote mail host
-s <server>   : Specify mail server (pop3) to contact
-nodelete     : Do not delete messages after downloading (default)
-delete       : Delete messages after downloading
-noxtract     : Do not extract base64/7bit/UU files after downloading (default)
-xtract [defname]: Extract base64/7bit/UU encoded files after downloading messag
es
                   defname is an optional default filename for the extracted fil
e
-domainstamp  : Prepend sender's domain name to extracted attachments
-headersonly  : Download only the headers of the message
-port <port>  : port to be used on the server, defaults to POP3 (110)
-p <profile>  : send with SMTP server, user and port defined in <profile>.
-q            : supresses *all* output.
-n <n>        : Only get 'n' messages
-m <n>        : Only get message # n
-b <n>        : Retrieve messages beginning from # n
-plain        : Extract text/plain segments too (usually ignored)
-h            : displays this help.
-try <n times>: how many attempts to access mail.  from '1' to 'INFINITE'
-ti <n>       : Set timeout to 'n' seconds.
-forceextract fn: Attempt to extract any encoded messages in 'fn'
D:\>

[ 本帖最后由 andyrave 于 2010-11-9 02:06 编辑 ]

TOP

返回列表