Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.28 KB

README.md

File metadata and controls

53 lines (36 loc) · 1.28 KB

Zarapy

Zarapy is a GUI web application which can be used to "look into" Zarafa. It's similiar to OutlookSpy and MFCMAPI but it's Zarafa specific. (This program isn't actively supported by Zarafa)

Zarapy

Features

Zarapy supports:

  • List all user on a Zarafa Server
  • Viewing the store of the user
  • List the folders of the users
  • list all the item per folder
  • list the softdelete
  • list properties per item
  • Export an email as eml
  • View mail and attachments
  • Download attachments
  • Delete an item
  • Change properties on an item
  • Remove properties on an item
  • Add properties on an item

Dependencies

Zarapy depends on a few Python libraries:

Usage

python run.py (requires root permissions to connect to the socket for an system session)

Connect to a remote server

python run.py  -s https://serverip:237/zarafa -k /etc/zarafa/ssl/server.pem -p password

Using user sessions

python run.py  -s https://serverip:237/zarafa -U user -P password