[issue18557] email address parser desired

2013-07-25 Thread Lukas Pirl
Lukas Pirl added the comment: Ah, obviously! :) Thanks for your rapid and enlightening answer. Now, at least, this feature is documented and can be found by others. Best! -- ___ Python tracker __

[issue18557] email address parser desired

2013-07-25 Thread R. David Murray
R. David Murray added the comment: No, but you can do this: >>> utils.getaddresses(['a...@example.com, b...@example.com']) [('', 'a...@example.com'), ('', 'b...@example.com')] Not the worlds most intuitive API, I know...which is why we have implemented a new improved API. In 3.3, by using

[issue18557] email address parser desired

2013-07-25 Thread Lukas Pirl
New submission from Lukas Pirl: I am missing a non-hidden equivalent of email._parseaddr.AddressList. AddressList was retained from the former rfc822 module and is still used internally. Yes, there is email.utils but for what I know, with the provided functionality it is not possible to parse