.. -*- coding: utf-8 -*- Project maboa ============= :creation date: 2006/10/11 mailbox archiver Create email archives. Used to replace pipermail, amongst other things. Version 0.3.1 ------------- :publication date: 2009/05/29 :expected date: n/a Ticket #9180 fix prev/next thread links ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: bug :load: 3.000 :state: validation pending the prev/next links are wrong. Version 0.3.0 ------------- :publication date: 2009/05/15 :expected date: n/a Ticket #2999 css enhancements ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: enhancement :load: 0.500 :state: validation pending Get inspiration from bugs.debian.org css ? http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=317245 http://bugs.debian.org/css/bugs.css Ticket #6682 replace javascript with links ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: enhancement :load: 1.000 :state: validation pending replace the javascript navigation box with links as in http://www.mail-archive.com/fedora-list@redhat.com/msg16009.html <-- Thread --> <-- Date --> <-- Author --> <-- Abstract --> etc Ticket #8096 pull emails from imap server ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: enhancement :load: 5.000 :state: validation pending Right now, maboa crawls directories with mboxes in them, it would be usefull to connect it to an IMAP server. Comments :: On 2009/10/12 15:23 - alutz wrote : Does it crawl sub-folders on the imap account ? Version 0.2.3 ------------- bugfix release :publication date: 2008/07/04 :expected date: n/a Ticket #5542 Creation of new mail box fail for python2.4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: bug :load: 0.250 :state: resolved Creation of new mail box fail for python2.4 Version 0.2.2 ------------- python2.4 compat :publication date: 2008/06/30 :expected date: n/a Version 0.2.1 ------------- This version must fix a bug leading to mailbox left locked. :publication date: 2008/06/27 :expected date: n/a Ticket #5400 Mailbox lock are not release if maboa crash ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: bug :load: 0.250 :state: resolved Version 0.2.0 ------------- :publication date: 2008/06/27 :expected date: n/a Ticket #2987 duplicate mail with empty content ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: bug :load: 0.000 :state: rejected pour la boite suivante: http://intranet.logilab.fr/crm/embed?url=http://intranet.logilab.fr/prive/depomail/ARAG02/ on a deux messages "Re: Site Demo : nouvelle version" dont l'un est vide : http://intranet.logilab.fr/erudi/crm/crm/embed?url=http%3A//intranet.logilab.fr/prive/depomail/ARAG02/000/000.html Comments :: On 2008/06/23 14:14 - nchauvat wrote : je ne vois plus de problème donc je rejette. Ticket #3036 handle messages without Message-ID header ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: bug :load: 0.000 :state: resolved :: while processing /home/logilab/prive/depomail/ASWAD.mbox Traceback (most recent call last): File "/usr/bin/maboa-htmlize", line 13, in ? run() File "/usr/bin/maboa-htmlize", line 8, in run proc.process_mailbox(sys.argv[1]) File "hg_public/maboa/htmlize.py", line 167, in process_mailbox for dir_name, msg_filename, html, attachments in self._iterate_mailbox(mbox, indexer): File "hg_public/maboa/htmlize.py", line 146, in _iterate_mailbox indexer.add_message(path, message, msg_dict) File "hg_public/maboa/htmlize.py", line 245, in add_message tmsg = thd.make_message(message) File "hg_public/maboa/jwzthreading.py", line 101, in make_message raise ValueError, "Message does not contain a Message-ID: header" ValueError: Message does not contain a Message-ID: header Comments :: On 2008/06/09 16:48 - Unknown author wrote : suggestion: forge the message-id header, and save the modified message Ticket #2995 normalize email addresses ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: enhancement :load: 0.000 :state: resolved make sure addresses toto@toto.com and ToTo@toto.com are considered equal. Ticket #5338 switch for mailbox to maildir ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: enhancement :load: 0.000 :state: resolved using maildir to store message instead of maildir may ease manipulation of big mailbox. Ticket #2989 thread view should be sorted by first message date ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: bug :load: 0.000 :state: resolved Ticket #3038 weird date conversion bug ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: bug :load: 0.000 :state: resolved :: while processing /home/logilab/prive/depomail/ARCL01.mbox Traceback (most recent call last): File "/usr/bin/maboa-htmlize", line 13, in ? run() File "/usr/bin/maboa-htmlize", line 8, in run proc.process_mailbox(sys.argv[1]) File "hg_public/maboa/htmlize.py", line 167, in process_mailbox for dir_name, msg_filename, html, attachments in self._iterate_mailbox(mbox, indexer): File "hg_public/maboa/htmlize.py", line 146, in _iterate_mailbox indexer.add_message(path, message, msg_dict) File "hg_public/maboa/htmlize.py", line 241, in add_message date = Parser.DateFromString(message.get('Date')) File "/usr/lib/python2.4/site-packages/mx/DateTime/Parser.py", line 584, in DateFromString _text,day,month,year,datestyle = _parse_date(text, formats, defaultdate) File "/usr/lib/python2.4/site-packages/mx/DateTime/Parser.py", line 225, in _parse_date match = _eurodateRE.search(text) TypeError: expected string or buffer Ticket #3014 API changed in python2.4 email module ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: enhancement :load: 0.250 :state: resolved Running maboa generates *lots* of warnings along the lines of:: /usr/lib/python2.4/email/Message.py:439: DeprecationWarning: get_type() deprecated; use get_content_type() ctype = self.get_type(missing) /.../maboa/htmlize.py:109: DeprecationWarning: get_main_type() deprecated; use get_content_maintype() if content is not None and part.get_main_type() not in ('text', 'None'): Ticket #5331 Can't add message in big email boxes ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: bug :load: 0.000 :state: resolved When you send to maboa a message that must be added in a mailbos that is too big, maboa just doesn't do anything (message is lost and maboa doesn't send back any error). Comments :: On 2008/06/23 14:47 - ocayrol wrote : In Logilab,you can see this behaviour with crm SYSX00 and crm TSURF. On 2008/06/23 14:49 - nchauvat wrote : switching maboa from mbox to Maildir should help preventing time outs. Ticket #2985 maboa-rcv --help ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: bug :load: 0.000 :state: resolved today this option is * not recognized * bloquing the caller, this is very annoying for eg lgp check and so apycot Version 0.1.0 ------------- :publication date: 2005/11/10 :expected date: n/a