# File lib/tmail/header.rb, line 433 def each_id self.refs.each do |i| yield i if MESSAGE_ID === i end end