• 企业400电话
  • 微网小程序
  • AI电话机器人
  • 电商代运营
  • 全 部 栏 目

    企业400电话 网络优化推广 AI电话机器人 呼叫中心 网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    linux下通过命令行获取gmail的新邮件

    linux下通过命令行获取gmail的新邮件,不需输入@gmail.com部分

    #!/bin/bash
     
    num="\033[1;36m"
    end="\033[0m"
     
    read -p "Enter your mail: " name
    read -p "Enter pass of mail: " pass
     
    atom=`wget -qO - https://$name:$pass@mail.google.com/mail/feed/atom \
    
     --secure-protocol=TLSv1 -T 3 -t 1 --no-check-certificate | grep \
    
     fullcount | sed -e 's/fullcount>\(.*\)\/fullcount>/\1/'`
     
    echo -e 'You have '$num$atom$end' new letters.'
    

    以上所述就是本文的全部内容了,希望大家能够喜欢。

    您可能感兴趣的文章:
    • 利用shell编程实现DOS风格的Linux命令行
    • Linux命令行和shell脚本编程宝典 Richard Blum
    • PHP调用Linux的命令行执行文件压缩命令
    • CMD里或登陆远程linux服务器时命令行下复制和粘贴实现方法
    • linux命令行下使用curl命令查看自己机器的外网ip
    • 在linux中导入sql文件的方法分享(使用命令行转移mysql数据库)
    • linux shell命令行参数用法详解
    • linux shell命令行选项与参数用法详解
    上一篇:linux下使用rinetd来实现端口转发
    下一篇:Shell中函数返回值超出问题
  • 相关文章
  • 

    © 2016-2020 巨人网络通讯 版权所有

    《增值电信业务经营许可证》 苏ICP备15040257号-8

    linux下通过命令行获取gmail的新邮件 linux,下,通过,命令行,获取,