# File lib/mail/utilities.rb, line 103 def unbracket( str ) match = str.match(/^\<(.*?)\>$/) match ? match[1] : str end