lib/chronicle/email/mbox_extractor.rb in chronicle-email-0.1.0 vs lib/chronicle/email/mbox_extractor.rb in chronicle-email-0.1.1
- old
+ new
@@ -2,10 +2,10 @@
require 'mail'
require 'tempfile'
module Chronicle
module Email
- class MboxExtractor < Chronicle::Etl::Extractor
+ class MboxExtractor < Chronicle::ETL::Extractor
# mbox format is a bunch of emails concatanated together, separated
# by a line that starts with "From "
NEW_EMAIL_REGEX = Regexp.new('^From [^\s]+ .{24}')
def results_count