https://github.com/stef/maelstrom
visualizing email contacts (dataretention)
https://github.com/stef/maelstrom
Last synced: over 1 year ago
JSON representation
visualizing email contacts (dataretention)
- Host: GitHub
- URL: https://github.com/stef/maelstrom
- Owner: stef
- License: agpl-3.0
- Created: 2009-02-08T21:56:23.000Z (over 17 years ago)
- Default Branch: master
- Last Pushed: 2009-03-30T00:05:38.000Z (about 17 years ago)
- Last Synced: 2025-02-01T23:17:12.873Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 309 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
Maelstrom - visualizing email contacts
Copyright© 2008-2009 Stefan Marsiske
License
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
Depends
... on a lot of stuff, like:
* www/timecloud [https://www.ohloh.net/projects/timecloud]
* python,
* php,
* javascript,
* sqlite3,
HOWTO
0. Create a db/ directory in the root of the maelstrom distribution.
1. Get utils/indexer.py to run on your mbox or cyrus mail files. This will
create a message.db sqlite database containing all information from the
headers of the mails parsed.
2. Configure an apache/php stack to the stuff in the www directory.
3. If the mails all belong to one person, you should set the MAILBOXOWNER
variable in www/maelstrom.php
4. direct your browser to http:///contacts.php
or to http:///cnet.php?c=
have fun, s.