Hello
I was able to retrieve messages as plain text from e-mails using 
poplib<http://docs.python.org/library/poplib.html>
.
This kind of data has tabs and a lot of \n, but when I store into text 
fields they are all lost and the text wraps around as it is a single line.

What should I do to store the original text into a table? 

-- 



Reply via email to