X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=lib%2Fsup%2Fimap.rb;h=7508c2c7b3e64d4fd39f7a8467a380d68128f6d0;hb=d150ec8825afc6cc756a6f0c16ed2f33a3a5b989;hp=4eb13f4ed619d3259df4894eec4a8b66c11c326e;hpb=56fac5b07c8beb0b6a4707f6a7f36c93ff307e1d;p=sup diff --git a/lib/sup/imap.rb b/lib/sup/imap.rb index 4eb13f4..7508c2c 100644 --- a/lib/sup/imap.rb +++ b/lib/sup/imap.rb @@ -93,7 +93,7 @@ class IMAP < Source def == o; o.is_a?(IMAP) && o.uri == self.uri && o.username == self.username; end def load_header id - MBox::read_header StringIO.new(raw_header(id)) + parse_raw_email_header StringIO.new(raw_header(id)) end def load_message id