任何人都可以帮我用AppleScript检查我的电子邮件吗?

时间:2012-02-20 22:35:55

标签: gmail applescript

我正在使用AppleScript编写代码:

  1. 转到gmail
  2. 登录
  3. 显示一个对话框,说明我是否有新电子邮件
  4. 在该对话框上有一个是或否按钮,“是”将打开该电子邮件,或者“否”将退出gmail。如果它是FWD,我也不希望gmail打开新邮件。
  5. 到目前为止,我已完成第2步。(登录) 到目前为止,这是我的代码

    tell application "Safari"
        open location "www.gmail.com"
    
    
    end tell
    
    
    
    tell application "System Events"
        set texttosay to "Sample Text"
        activate "Email login"
        display dialog "Username" default answer "white:wave:"
    
        set texttosay to the text returned of the result
    
        activate application "Safari"
        keystroke texttosay
        delay 1
    
    
    end tell
    tell application "System Events"
        set texttosay to "Sample Text"
        activate "Email login"
        display dialog "Password" default answer "white:wave:" with hidden answer
        set texttosay to the text returned of the result
    
        activate application "Safari"
        keystroke tab
        delay 1
        keystroke texttosay
        delay 1
        keystroke return
        delay 5
        activate "Email login"
    
    
    
    
    end tell
    

1 个答案:

答案 0 :(得分:-1)

我每天都有另一个很棒的选择...... LastPass.com

设置一个免费帐户,安装浏览器插件(适用于所有主流浏览器),您可以随意使用。

在您首次登录网站后,Lastpass会要求保存该网站的登录信息。每次返回该网站时,LastPass都会显示一个登录按钮。点击它就可以了。

Lastpass保险库在其网站和本地加密。如果Lastpass网站关闭,您将不会受到影响,因为您的本地保管库仍然可用。

我已经使用LastPass三年了,它从来没有让我失望。