[Strip HTML from plaintext parts
Aredridel **20071026213606] {
hunk ./campingatmailbox.rb 1446
- capture { WordWrapper.wrap(part).gsub(%r{(https?://[^[:space:]]+)}) { |m| "#{$1}" } }
+ capture { WordWrapper.wrap(part).gsub(/&/, '&').gsub(/, '<').gsub(/>/, '>').gsub(%r{(https?://[^[:space:]]+)}) { |m| "#{$1}" } }
}