Revision f6757b37
Added by Marc Dequènes over 15 years ago
- ID f6757b37a90125a0b03b037c7bb282cc9989de2d
lib/cyborghood/mail.rb | ||
---|---|---|
|
||
def parse_plain
|
||
command_txt = nil
|
||
refs = nil
|
||
if multipart?
|
||
if parts[0].content_type == "text/plain"
|
||
command_txt = self.parts[0].body
|
Also available in: Unified diff
[fix] order references were not always defined and caused crash when there was none