jaromail

a commandline tool to easily and privately handle your e-mail
git clone git://parazyd.org/jaromail.git
Log | Files | Refs | Submodules | README

ChangeLog (2884B)


      1 commit fafd368a52de08c1d72507ae30377b1649fbbf9a
      2 Author: Mike Laiosa <mike@laiosa.org>
      3 Date:   Fri May 17 08:52:25 2013 -0700
      4 
      5     Make the usage slightly more useful
      6 
      7 commit 24f1cf432e89dbbb69577d7de527a86e229588d5
      8 Author: Mike Laiosa <mike@laiosa.org>
      9 Date:   Fri May 17 08:51:01 2013 -0700
     10 
     11     Remove DOCTYPE from the plist XML.
     12     
     13     Remove DOCTYPE from the plist XML before feeding it to the parser, so it
     14     doesn't try to download the DTD.  This speeds things up, and makes it
     15     more reliable
     16 
     17 commit 2cfdf826147660aeb63b8fd254446ab63b4a62be
     18 Author: Mike Laiosa <mike@laiosa.org>
     19 Date:   Thu May 16 07:31:49 2013 -0700
     20 
     21     Skip .emlx files that start with a .
     22     
     23     Based on feedback from https://github.com/cusco
     24 
     25 commit 7c3c8719adf0960fdc9915a171ceba685c994e09
     26 Author: Mike Laiosa <mike@laiosa.org>
     27 Date:   Mon Feb 18 21:01:02 2013 -0800
     28 
     29     License under GPLv2+
     30 
     31 commit 85a6effc542a206b91e9ec375ef48bc4dfe16caa
     32 Author: Mike Laiosa <mike@laiosa.org>
     33 Date:   Mon Feb 18 20:54:33 2013 -0800
     34 
     35     Remove a debugging print
     36 
     37 commit dba6780de524df970cd5ee5ce8a724b87778f431
     38 Merge: 10dfdab 1221d16
     39 Author: Mike Laiosa <mike@laiosa.org>
     40 Date:   Mon Feb 18 20:53:36 2013 -0800
     41 
     42     Merge pull request #1 from tonklon/master
     43     
     44     Adapted to Lion - thanks tonklon.
     45 
     46 commit 1221d162700b532f2bfb8b1195015da50d3a6150
     47 Author: Tobias Klonk <tobias.klonk@tklonk.net>
     48 Date:   Thu Jan 12 14:36:29 2012 +0100
     49 
     50     adapted to new mailbox layout
     51     
     52     Mail.app in OSX 10.7 Lion uses a new Mailbox layout that is split into
     53     a much deeper folder hierarchy.
     54 
     55 commit 5e78448b57ecdaba63400eb86df84b22b89e96bc
     56 Author: Tobias Klonk <tobias.klonk@tklonk.net>
     57 Date:   Thu Jan 12 14:23:31 2012 +0100
     58 
     59     Enable deep Mailbox recursion
     60     
     61     The --recursive option did only go one level deep before.
     62 
     63 commit 10dfdabd6bea6431c70ab732a71e67dd6d424bf2
     64 Author: Mike Laiosa <mike@bullwinkle.socal.rr.com>
     65 Date:   Wed Mar 4 21:50:21 2009 -0800
     66 
     67     Update the ctime of the file, because apperently some things care
     68 
     69 commit 0309cc4b70374312df65dc7bd09eb67b6a56f41b
     70 Author: Mike Laiosa <mike@bullwinkle.socal.rr.com>
     71 Date:   Sun Mar 1 13:48:15 2009 -0800
     72 
     73     * handle trailing / better
     74     * make Maildir subfolders correctly
     75 
     76 commit 6706be3cfd85696b4a00ec0f0f4438910277eff5
     77 Author: Mike Laiosa <mike@bullwinkle.socal.rr.com>
     78 Date:   Sat Feb 28 17:35:33 2009 -0800
     79 
     80     All done
     81 
     82 commit 6eca1cca62bf949bfb5df8dcdb0eda3ab40898f5
     83 Author: Mike Laiosa <mike@bullwinkle.socal.rr.com>
     84 Date:   Sat Feb 28 16:58:36 2009 -0800
     85 
     86     Can find emlx subfolders
     87 
     88 commit 37ffc28b19cada111d8ce5dc6b2f68f813951a0c
     89 Author: Mike Laiosa <mike@bullwinkle.socal.rr.com>
     90 Date:   Sat Feb 28 16:00:16 2009 -0800
     91 
     92     convert_one works
     93 
     94 commit bacda7b643c96669a5a0d1eafe35ca9a0e30539b
     95 Author: Mike Laiosa <mike@bullwinkle.socal.rr.com>
     96 Date:   Sat Feb 28 14:54:31 2009 -0800
     97 
     98     working plist parser, and lots else