# File lib/mail/elements/message_ids_element.rb, line 24
    def clean_msg_id( val )
      val =~ /.*<(.*)>.*/ ; $1
    end