From: Stephane Wirtel Date: 2005-10-18T03:36:56+09:00 Subject: Re: class to read an email from net/pop3 ? > require 'net/pop' > ... > > http://www.ruby-doc.org/stdlib/libdoc/net/pop/rdoc/index.html > :-) Thanks for this documentation, but in fact, I want to store my emails in a rdbms (postgresql, ... (why not sqlite3)). To separate each field of the header, and to create a small database. And why not, create a small gui with gtk2. Stef