Home
last modified time | relevance | path

Searched refs:getBodyStartOffset (Results 1 – 4 of 4) sorted by relevance

/dports/mail/bincimap/bincimap-1.2.13final/src/
H A Dmime.h117 inline unsigned int getBodyStartOffset(void) const { return bodystartoffsetcrlf; } in getBodyStartOffset() function
H A Dmaildirmessage.cc983 for (unsigned int i = 0; i < doc->getBodyStartOffset(); ++i) in bodyContains()
/dports/deskutils/recoll/recoll-1.31.2/bincimapmime/
H A Dmime.h108 inline unsigned int getBodyStartOffset(void) const { in getBodyStartOffset() function
/dports/deskutils/recoll/recoll-1.31.2/internfile/
H A Dmh_mail.cpp612 doc->getBodyStartOffset()<<", length "<<doc->getBodyLength()<<"\n"); in walkmime()