# # ChangeLog for / in mailjam # # Generated by Trac 1.4 # May 2, 2024, 3:01:40 PM Sat, 19 May 2012 08:12:03 GMT Francisco de Borja Lopez Rio [8:78c437dc392c] * conf/postman.conf (added) Added the postman configuration file - postman.conf 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 14:41:48 GMT Francisco de Borja Lopez Rio [4:14b2a12d495e] * postman/__init__.py (modified) * postman/models.py (modified) * postman/storage.py (modified) Fixed some bugs in the code that was doing the de-serialization of ... Tue, 15 May 2012 10:49:17 GMT Francisco de Borja Lopez Rio [3:6ac625baf780] * .hgignore (modified) * LICENSE (added) * MANIFEST (added) * README (added) * setup.py (added) Added the LICENSE, README and MANIFEST files for the postman package ... 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) ... Sun, 29 Apr 2012 23:29:31 GMT Borja Lopez [0:cce367beda90] * .hgignore (added) * src/config.py (added) * src/models.py (added) * src/mta.py (added) * src/storage.py (added) * src/tools.py (added) * src/webapp.py (added) Initial commit for this project