Arne-Kolja Bachstein wrote: > hi there :-) > > how would you solve the following problem? > i am writing a small mailchecker atm, which needs to receive all headers > to show them in a listview. you can see something similar there: > http://www.geeba.org/magic/ > > i want to use net/pop and receive the headers to sort them into my > listview. but whats the fastest way to do that? receive the header and > then use the .split member and grep or is there something more powerful i > could use? > > arne :-) Check out RMail (RubyMail) or TMail. You can find both of them in the Ruby Application Archive (RAA) at http://raa.ruby-lang.org/ under Library > Mail. Terry