jaromail

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

README (1007B)


      1 # emlx2maildir
      2 ## Convert Apple Mail.app mailboxes to Maildir
      3 ### by Mike Laiosa <mike@laiosa.org> and others.
      4 
      5 http://mike.laiosa.org/software/emlx2maildir/
      6 
      7 # Usage
      8 
      9 ```
     10 emlx2maildir.py ~/Library/Mail/Messages /tmp/newmaildir --recursive
     11 ```
     12 
     13 # license
     14 
     15 
     16 This program is free software; you can redistribute it and/or modify
     17 it under the terms of the GNU General Public License as published by
     18 the Free Software Foundation; either version 2 of the License, or
     19 (at your option) any later version.
     20 
     21 This program is distributed in the hope that it will be useful,
     22 but WITHOUT ANY WARRANTY; without even the implied warranty of
     23 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     24 GNU General Public License for more details.
     25 
     26 You should have received a copy of the GNU General Public License along
     27 with this program; if not, write to the Free Software Foundation, Inc.,
     28 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
     29 
     30 A copy of the GNU General Public License can be found in gpl-2.0.txt