How can I get the subject of mail
by Jmlover other posts by this author
May 31 2008 12:50AM messages near this date
compiling "pure" ruby + installing gpref for msys
|
Re: How can I get the subject of mail
@pop = Net::POP3.new('pop.163.com')
@pop.start(@username, @password)
@pop.each_mail do |m|
# How can I get the subject of mï¼?
# ã??ã??ã??ã??ã??ã??ã??ã??ã??ã??ã??ã??ã??ã??ã??ã??
# By m.pop?
end
@pop.finish
By the way, can I only get the mail header? How?
Thank you!
Thread:
Jmlover
Craig
Jmlover
Mike Stok
|