Git Product home page Git Product logo

outlook_bulk_action's Introduction

outlook_bulk_action

bulk outlook email 's delete / move

install

cpan Mail::Outlook Win32::OLE Date::Calc

bulk delete email

perl delete_outlook_mail.pl -m "somemailbox/miscfolder/log" -f "[email protected]" -t "some log" -b "all ok" -D

-m mailbox path, for example, "somemailbox/miscfolder";指定邮件文件夹路径,somemailbox为邮箱名,miscfolder/log为二层子邮件夹
-f mail from, 发件人,例如"[email protected]",也可以指定多个,例如 "SOMEGRP,[email protected]"
-t mail subject, 邮件标题,例如 "some log"
-b mail message, 邮件正文,例如"all ok"
-d select mail arrived n days ago, 邮件发送时间距离现在有多少天,默认为21天
-D not check mail arrived time, 不管邮件发送时间是什么时候,满足指定条件就删除(覆盖-d参数)

bulk move email

perl move_outlook_mail.pl [src mailbox path] [dest mailbox path]

perl move_outlook_mail.pl srcmailbox/工作  dstmailbox/存档 

outlook_bulk_action's People

Contributors

abbypan avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.