Python email parser

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • mneagul

    #1

    Python email parser

    Hello,

    I want to use email.Parser for parsing some email messages but I have
    a small problem: it is very, very slow...
    For 110MB of email messages it takes ~29-30 seconds for parsing. Do
    you know some other email parser for python?

    Marian Neagul

  • antred

    #2
    Re: Python email parser

    Hmm, I'm not sure whether I'd call 30 secs for 110 MB particularly
    slow. I mean that *IS* a lot of data.

    Comment

    Working...