ui-libraries / flint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mismatched header lines

hzadeh17 opened this issue · comments

The gap between the number of senders found and the numbers of froms + ons found is likely due (at least, in part) to instances of empty From: lines...here is an example.

(for deq14, for example, there are 39 more froms+ons than there are senders and there are 37 empty froms.)

I am not sure at the moment why this happens and I am also not sure if there is a reliable way to get the name of the sender and receiver, as well as the timestamp for these types of headers. I'm going to try to find out how common these instances are first.

There are 534 empty froms, 250 empty sents, 221 empty dates, and 461 empty tos...
(see this code)

Of the 534, 407 are like the example above, when the keys and values are separated. For the rest, the name and the From: and just separated by a new line, which is easy to fix -- i.e. "From:\nWurfel, Brad" vs. "From:\nSent:\nTo:\nWurfel, Brad\nTue, Mar 17 2015\nBusch, Stephen\n...etc."