J
Jmlover
@pop = Net:OP3.new('pop.163.com')
@pop.start(@username, @password)
@pop.each_mail do |m|
# How can I get the subject of m$B!)(B
# $B!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A(B
# By m.pop?
end
@pop.finish
By the way, can I only get the mail header? How?
Thank you!
@pop.start(@username, @password)
@pop.each_mail do |m|
# How can I get the subject of m$B!)(B
# $B!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A(B
# By m.pop?
end
@pop.finish
By the way, can I only get the mail header? How?
Thank you!