# # ChangeLog for postman/tests in mailjam # # Generated by Trac 1.4 # Apr 27, 2024, 8:57:34 PM Mon, 21 May 2012 09:55:26 GMT Borja Lopez [13:f1f11159dbed] * INSTALL (modified) * conf/postman.conf (modified) * docs/html (added) * docs/src/Makefile (added) * docs/src/_build/doctrees/configuration.doctree (added) * docs/src/_build/doctrees/development.doctree (added) * docs/src/_build/doctrees/environment.pickle (added) * docs/src/_build/doctrees/examples.doctree (added) * docs/src/_build/doctrees/index.doctree (added) * docs/src/_build/doctrees/install.doctree (added) * docs/src/_build/doctrees/overview.doctree (added) * docs/src/_build/doctrees/running.doctree (added) * docs/src/_build/html/.buildinfo (added) * docs/src/_build/html/_images/postman_architecture.png (added) * docs/src/_build/html/_sources/configuration.txt (added) * docs/src/_build/html/_sources/development.txt (added) * docs/src/_build/html/_sources/examples.txt (added) * docs/src/_build/html/_sources/index.txt (added) * docs/src/_build/html/_sources/install.txt (added) * docs/src/_build/html/_sources/overview.txt (added) * docs/src/_build/html/_sources/running.txt (added) * docs/src/_build/html/_static/ajax-loader.gif (added) * docs/src/_build/html/_static/basic.css (added) * docs/src/_build/html/_static/comment-bright.png (added) * docs/src/_build/html/_static/comment-close.png (added) * docs/src/_build/html/_static/comment.png (added) * docs/src/_build/html/_static/default.css (added) * docs/src/_build/html/_static/doctools.js (added) * docs/src/_build/html/_static/down-pressed.png (added) * docs/src/_build/html/_static/down.png (added) * docs/src/_build/html/_static/file.png (added) * docs/src/_build/html/_static/jquery.js (added) * docs/src/_build/html/_static/minus.png (added) * docs/src/_build/html/_static/plus.png (added) * docs/src/_build/html/_static/pygments.css (added) * docs/src/_build/html/_static/searchtools.js (added) * docs/src/_build/html/_static/sidebar.js (added) * docs/src/_build/html/_static/underscore.js (added) * docs/src/_build/html/_static/up-pressed.png (added) * docs/src/_build/html/_static/up.png (added) * docs/src/_build/html/_static/websupport.js (added) * docs/src/_build/html/configuration.html (added) * docs/src/_build/html/development.html (added) * docs/src/_build/html/examples.html (added) * docs/src/_build/html/genindex.html (added) * docs/src/_build/html/index.html (added) * docs/src/_build/html/install.html (added) * docs/src/_build/html/objects.inv (added) * docs/src/_build/html/overview.html (added) * docs/src/_build/html/running.html (added) * docs/src/_build/html/search.html (added) * docs/src/_build/html/searchindex.js (added) * docs/src/conf.py (added) * docs/src/configuration.rst (added) * docs/src/development.rst (added) * docs/src/examples.rst (added) * docs/src/index.rst (added) * docs/src/install.rst (added) * docs/src/overview.rst (added) * docs/src/postman_architecture.png (added) * docs/src/running.rst (added) * postman/daemon.py (modified) * postman/tests/postman.conf (modified) Added first version of the project documentation. Inside docs/src ... Sun, 20 May 2012 08:02:10 GMT Borja Lopez [11:078c7b030cee] * postman/config.py (modified) * postman/models.py (modified) * postman/mta.py (modified) * postman/storage.py (modified) * postman/tests/__init__.py (modified) * postman/tests/daemon.py (modified) * postman/tools.py (modified) Removed legacy configs from the config module Added some headers to ... Sun, 20 May 2012 07:39:51 GMT Borja Lopez [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 ... Sat, 19 May 2012 08:14:00 GMT Francisco de Borja Lopez Rio [9:69d5a3b74c6a] * postman/config.py (modified) * postman/daemon.py (modified) * postman/tests/daemon.py (modified) Added a new method to the config module that parses the configuration ... Fri, 18 May 2012 15:54:56 GMT Francisco de Borja Lopez Rio [7:39e2245da71c] * postman/daemon.py (modified) * postman/tests/daemon.py (modified) Added some fixes to the XMLRPC server code Added more tests for the ... Fri, 18 May 2012 10:59:55 GMT Francisco de Borja Lopez Rio [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 ... Wed, 16 May 2012 09:41:47 GMT Francisco de Borja Lopez Rio [5:573fdae8b1f6] * postman/daemon.py (modified) * postman/models.py (modified) * postman/storage.py (modified) * postman/tests/__init__.py (modified) * postman/tests/daemon.py (added) * postman/tests/mta.py (modified) Added tests for postman.daemon.Postman Added a method to ... Tue, 15 May 2012 00:29:03 GMT Francisco de Borja Lopez Rio [2:108a82defd3e] * postman/archives/README (added) * postman/config.py (modified) * postman/daemon.py (added) * postman/models.py (modified) * postman/mta.py (modified) * postman/storage/README (added) * postman/storage/mailings/README (added) * postman/tests/__init__.py (modified) * postman/tests/mta.py (added) * postman/tests/sample_raw_email.txt (added) Fixed some bugs in the models and mta modules Added tests for the ... Mon, 14 May 2012 16:08:53 GMT Francisco de Borja Lopez Rio [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) ...