#
# ChangeLog for bin in mailjam
#
# Generated by Trac 1.4
# Apr 8, 2025, 7:38:04 PM

Tue, 22 May 2012 07:31:15 GMT Borja Lopez <borja@…> [16:cd4170142d87]
	* AUTHORS (added)
	* INSTALL (modified)
	* README (modified)
	* bin/mailjam-mta (moved)
	* bin/mailjam-server (moved)
	* bin/run_tests (modified)
	* conf/mailjam-mta.conf (moved)
	* conf/mailjam.conf (moved)
	* docs/src/_build/doctrees/configuration.doctree (modified)
	* docs/src/_build/doctrees/environment.pickle (modified)
	* docs/src/_build/doctrees/index.doctree (modified)
	* docs/src/_build/doctrees/install.doctree (modified)
	* docs/src/_build/doctrees/overview.doctree (modified)
	* docs/src/_build/doctrees/running.doctree (modified)
	* docs/src/_build/html/.buildinfo (modified)
	* docs/src/_build/html/_images/mailjam_architecture.png (added)
	* docs/src/_build/html/_sources/configuration.txt (modified)
	* docs/src/_build/html/_sources/index.txt (modified)
	* docs/src/_build/html/_sources/install.txt (modified)
	* docs/src/_build/html/_sources/overview.txt (modified)
	* docs/src/_build/html/_sources/running.txt (modified)
	* docs/src/_build/html/configuration.html (modified)
	* docs/src/_build/html/development.html (modified)
	* docs/src/_build/html/examples.html (modified)
	* docs/src/_build/html/genindex.html (modified)
	* docs/src/_build/html/index.html (modified)
	* docs/src/_build/html/install.html (modified)
	* docs/src/_build/html/objects.inv (modified)
	* docs/src/_build/html/overview.html (modified)
	* docs/src/_build/html/running.html (modified)
	* docs/src/_build/html/search.html (modified)
	* docs/src/_build/html/searchindex.js (modified)
	* docs/src/conf.py (modified)
	* docs/src/configuration.rst (modified)
	* docs/src/index.rst (modified)
	* docs/src/install.rst (modified)
	* docs/src/mailjam_architecture.png (moved)
	* docs/src/overview.rst (modified)
	* docs/src/running.rst (modified)
	* mailjam/__init__.py (moved)
	* mailjam/archives/README (moved)
	* mailjam/config.py (moved)
	* mailjam/daemon.py (moved)
	* mailjam/models.py (moved)
	* mailjam/mta.py (moved)
	* mailjam/storage.py (moved)
	* mailjam/storage/README (moved)
	* mailjam/storage/mailings/README (moved)
	* mailjam/tests/__init__.py (moved)
	* mailjam/tests/daemon.py (moved)
	* mailjam/tests/mailjam-mta.conf (moved)
	* mailjam/tests/mailjam.conf (moved)
	* mailjam/tests/models.py (moved)
	* mailjam/tests/mta.py (moved)
	* mailjam/tests/sample_raw_email.txt (moved)
	* mailjam/tools.py (moved)
	* mailjam/webapp.py (moved)
	* setup.py (modified)

	Renamed the project to Mailjam


Mon, 21 May 2012 17:22:27 GMT Borja Lopez <borja@…> [15:8ae771653ffe]
	* MANIFEST (modified)
	* bin/postman-mta (added)
	* bin/postman-server (moved)
	* conf/postman-mta.conf (modified)
	* postman/config.py (modified)
	* postman/daemon.py (modified)
	* postman/mta.py (modified)
	* postman/tests/__init__.py (modified)
	* postman/tests/mta.py (modified)
	* postman/tests/postman-mta.conf (added)
	* setup.py (modified)

	Added a postman-mta.conf version to be used in the tests

	Added a ...


Sun, 20 May 2012 07:39:51 GMT Borja Lopez <borja@…> [10:d5329a2a05b7]
	* bin/run_tests (modified)
	* postman/daemon.py (modified)
	* postman/models.py (modified)
	* postman/mta.py (modified)
	* postman/tests/daemon.py (modified)
	* postman/tests/models.py (modified)
	* postman/tests/mta.py (modified)
	* postman/tests/postman.conf (added)

	Fully added support for the configuration file. Now all the code uses ...


Fri, 18 May 2012 10:59:55 GMT Francisco de Borja Lopez Rio <borja@…> [6:2a0f6f8cbc52]
	* bin/postman_server (added)
	* postman/daemon.py (modified)
	* postman/tests/daemon.py (modified)

	Added an initial version of the code that will handle the XMLRPC ...


Mon, 14 May 2012 16:08:53 GMT Francisco de Borja Lopez Rio <borja@…> [1:421645ee4cd9]
	* bin/run_tests (added)
	* postman/__init__.py (added)
	* postman/config.py (moved)
	* postman/models.py (moved)
	* postman/mta.py (moved)
	* postman/storage.py (moved)
	* postman/tests/__init__.py (added)
	* postman/tests/models.py (added)
	* postman/tools.py (moved)
	* postman/webapp.py (moved)

	Moved the source code from src/ to postman/

	Added tests (unittests) ...