Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #100196

Re: Getting data out of Mozilla Thunderbird with Python?

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From srinivas devaki <mr.eightnoteight@gmail.com>
Newsgroups comp.lang.python
Subject Re: Getting data out of Mozilla Thunderbird with Python?
Date Wed, 9 Dec 2015 19:36:52 +0530
Lines 11
Message-ID <mailman.92.1449670019.12405.python-list@python.org> (permalink)
References <mailman.74.1449598912.12405.python-list@python.org> <n48n4e$v96$1@dont-email.me> <56680c59$0$1591$c3e8da3$5496439d@news.astraweb.com>
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8
X-Trace news.uni-berlin.de FY32OnKb9YzQzPLMllXzKw2LEzhSnvIof1L8dI6/4Uww==
Return-Path <mr.eightnoteight@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.010
X-Spam-Evidence '*H*': 0.98; '*S*': 0.00; 'subject:Python': 0.05; 'cc:addr:python-list': 0.09; 'subject:Getting': 0.09; 'will,': 0.09; 'corrupt': 0.16; 'maildir': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'storing': 0.16; 'to:addr:pearwood.info': 0.16; "to:name:steven d'aprano": 0.16; 'wrote:': 0.16; '&gt;': 0.18; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'cc:no real name:2**0': 0.22; 'dec': 0.23; 'header:In-Reply-To:1': 0.24; 'error': 0.27; 'wonder': 0.27; 'message-id:@mail.gmail.com': 0.27; 'that.': 0.30; 'too.': 0.30; 'point': 0.33; 'file': 0.34; 'received:google.com': 0.35; 'on,': 0.35; 'received:209.85': 0.36; 'faster': 0.36; 'subject:?': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:209.85.213': 0.37; 'received:209': 0.38; 'subject:with': 0.40; 'safe': 0.63; 'mailbox': 0.64; 'backup': 0.66; 'potentially': 0.67; 'safer': 0.91; 'mailbox.': 0.93
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=gAz3SPt0C3Nobse41qbqotKi4sq4bE/Wkkj87ZHqqps=; b=xMGSt/NCWQQPHy7fz9cSSFaL1yCDz9XNd67o5YaLUmpuL0lGk86F9E8Jb/FcXV7lo5 W4AAR7z58iT04fBUVhSQSU92mXIaB1jwFn1HjOTLBndArt7tgFXeVtxJyM0KauHkf065 CHwnB/wkXKtqCkQbhC2P8WxMppnBjzGywMcR47rV39PXFvMyurdSxhmbFEkhoYmmU2ZJ 4k2i9OlpcjQaI7ieDMXrB7hEeXMHuYbXFSfDdIrwnpTlV1X+R5NA22ESpBW5Q90UkIjT GUnoyNcqX+ermejczXt4owNGNE59cj+K8tFLlxPRNQ0sl+ClxD4g+ULFihqbWjnoKfJM 3xVw==
X-Received by 10.50.73.9 with SMTP id h9mr8890265igv.41.1449670012178; Wed, 09 Dec 2015 06:06:52 -0800 (PST)
In-Reply-To <56680c59$0$1591$c3e8da3$5496439d@news.astraweb.com>
X-Content-Filtered-By Mailman/MimeDel 2.1.20+
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Xref csiph.com comp.lang.python:100196

Show key headers only | View raw


On Dec 9, 2015 4:45 PM, "Steven D'Aprano" <steve@pearwood.info> wrote:
>
> Maildir is also *much* safer too. With mbox, a single error when writing
> email to the mailbox will likely corrupt *all* emails from that point on,
> so potentially every email in the mailbox. With maildir, a single error
> when writing will, at worst, corrupt one email.
>

may be with frequent backup of mbox file and storing checksum to each email
will be faster and safe too.
I wonder if they already do that.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Getting data out of Mozilla Thunderbird with Python? Anthony Papillion <anthony@cajuntechie.org> - 2015-12-08 12:21 -0600
  Re: Getting data out of Mozilla Thunderbird with Python? Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-12-08 19:42 +0100
    Re: Getting data out of Mozilla Thunderbird with Python? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-12-08 20:31 +0000
    META email [was Re: Getting data out of Mozilla Thunderbird with Python?] Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-12-09 18:43 +1100
  Re: Getting data out of Mozilla Thunderbird with Python? Christian Gollwitzer <auriocus@gmx.de> - 2015-12-09 09:03 +0100
    Re: Getting data out of Mozilla Thunderbird with Python? Steven D'Aprano <steve@pearwood.info> - 2015-12-09 22:11 +1100
      Re: Getting data out of Mozilla Thunderbird with Python? srinivas devaki <mr.eightnoteight@gmail.com> - 2015-12-09 19:36 +0530
      Re: Getting data out of Mozilla Thunderbird with Python? Chris Angelico <rosuav@gmail.com> - 2015-12-10 01:15 +1100
      Re: Getting data out of Mozilla Thunderbird with Python? Grant Edwards <invalid@invalid.invalid> - 2015-12-09 17:25 +0000
      Re: Getting data out of Mozilla Thunderbird with Python? Michael Torrie <torriem@gmail.com> - 2015-12-09 23:23 -0700
        Re: Getting data out of Mozilla Thunderbird with Python? Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-12-10 14:26 +0100

csiph-web