Searched refs:ComponentMIMEType (Results 1 - 1 of 1) sorted by relevance

/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp4957 BMimeType ComponentMIMEType; local
5005 ErrorCode = ComponentPntr->MIMEType (&ComponentMIMEType);
5013 if (ComponentMIMEType.Type() == NULL)
5019 ComponentMIMEType.SetType ("text/plain");
5021 if (!TextAnyMIMEType.Contains (&ComponentMIMEType) &&
5033 ComponentMIMEType.SetType ("text/plain");
5036 ComponentMIMEType.SetType ("text/html");
5044 ExamineComponent = TextPlainMIMEType.Contains (&ComponentMIMEType);
5049 ExamineComponent = TextAnyMIMEType.Contains (&ComponentMIMEType);

Completed in 38 milliseconds