Home | History | Annotate | Download | only in map

Lines Matching defs:headerType

493             String headerType = headerParts[0].toUpperCase();
500 if(headerType.contains("FROM")) {
503 } else if(headerType.contains("TO")) {
506 } else if(headerType.contains("CC")) {
509 } else if(headerType.contains("BCC")) {
512 } else if(headerType.contains("REPLY-TO")) {
515 } else if(headerType.contains("SUBJECT")) { // Other headers
517 } else if(headerType.contains("MESSAGE-ID")) {
519 } else if(headerType.contains("DATE")) {
522 } else if(headerType.contains("MIME-VERSION")) {
524 } else if(headerType.contains("CONTENT-TYPE")) {
540 } else if(headerType.contains("CONTENT-TRANSFER-ENCODING")) {
543 if(D) Log.w(TAG,"Skipping unknown header: " + headerType + " (" + header + ")");
572 String headerType = headerParts[0].toUpperCase();
574 if(headerType.contains("CONTENT-TYPE")) {
586 else if(headerType.contains("CONTENT-LOCATION")) {
591 else if(headerType.contains("CONTENT-TRANSFER-ENCODING")) {
594 else if(headerType.contains("CONTENT-ID")) {
598 else if(headerType.contains("CONTENT-DISPOSITION")) {
603 if(D) Log.w(TAG,"Skipping unknown part-header: " + headerType + " (" + header + ")");