dpu / coremail-address-book

📧Coremail邮件系统组织通讯录导出脚本

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coremail-address-book

Build Status release GitHub license platform

📧Coremail邮件系统组织通讯录一键导出

安装

二进制包

releases 有各个系统的zip包, 根据系统下载对应的zip文件并解压后使用。

源码编译

$ git clone git@github.com:dpu/coremail-address-book.git
$ cd coremail-address-book
$ go build main.go
$ ./main -h

使用

// 查看帮助信息
$ main -h
Usage of ./main:
  -coremail_cookie string
        Coremail value in Request Cookie
  -coremail_sid string
        Coremail.sid value in Request Cookie
  -host string
        Coremail host (default "mail.dlpu.edu.cn")

// 执行导出
// -coremail_cookie 与 -coremail_sid 可在浏览器登录邮箱查看
$ ./main -coremail_cookie=YOUR_COOKIE_COREMAIL -coremail_sid=YOUR_COOKIE_COREMAIL_SID

About

📧Coremail邮件系统组织通讯录导出脚本

License:MIT License


Languages

Language:Go 100.0%