readme

来自「一个用Python的gmail功能库」· 代码 · 共 47 行

TXT
47
字号
libgmail is licensed under the GPL.See the file named COPYING for more information.Please refer to the libgmail website or project page at sourceforge ifyou encounter problems using libgmail.http://libgmail.sf.net/http://sourceforge.net/projects/libgmail/You can contact us by email:libgmail-developer@lists.sf.net,or, individually atstas.zytkiewicz@gmail.comwdaher AT mit DOT edufollower AT myrealbox DOT com-----------------------------------------------Possible usage:Run this:  python libgmail.pyWhen you have the demos package installed you could do this:  python demos/archive.pyor even this:  python demos/sendmsg.py <account> <to address> <subject> <body>or perhaps this:  python demos/gmailsmtp.py # (Then connect to SMTP proxy on local port 8025)or how about this:  python demos/gmailftpd.py # (Then connect to FTP proxy on local port 8021,                            #  after creating a label named 'ftp' and                            #  applying it to some messages with attachments.)or maybe this:  python demos/gmailpopd.py # (Then connect to POP3 proxy on local port 8110)for hours of fun!(*)(*) Note: Fun may not last for hours. Use at your own risk, blah, blah, etc...

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?