comments and indent
This commit is contained in:
parent
385a7b9547
commit
9a9ce69647
@ -517,6 +517,9 @@ void MimeHandlerMail::walkmime(Binc::MimePart* doc, int depth)
|
||||
filename = it->second;
|
||||
}
|
||||
|
||||
// Note: I have never seen anything useful in the Content-Description field.
|
||||
// So it's not processed. Use rfc2047 to decode if we ever do it.
|
||||
|
||||
if (doc->isMessageRFC822()) {
|
||||
LOGDEB2("walkmime: message/RFC822 part\n");
|
||||
|
||||
@ -651,4 +654,3 @@ void MimeHandlerMail::walkmime(Binc::MimePart* doc, int depth)
|
||||
|
||||
LOGDEB2("walkmime: out now: [" << out << "]\n");
|
||||
}
|
||||
|
||||
|
||||
@ -24,16 +24,14 @@
|
||||
#include "mimehandler.h"
|
||||
|
||||
namespace Binc {
|
||||
class MimeDocument;
|
||||
class MimePart;
|
||||
class MimeDocument;
|
||||
class MimePart;
|
||||
}
|
||||
|
||||
class MHMailAttach;
|
||||
|
||||
/**
|
||||
* Translate a mail folder file into internal documents (also works
|
||||
* for maildir files). This has to keep state while parsing a mail folder
|
||||
* file.
|
||||
* Process a mail message (rfc822) into internal documents.
|
||||
*/
|
||||
class MimeHandlerMail : public RecollFilter {
|
||||
public:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user