Searched refs:getContentType (Results 1 – 7 of 7) sorted by relevance
82 public byte[] getContentType() { in getContentType() method in RetrieveConf
154 public byte[] getContentType() { in getContentType() method in SendReq
320 public byte[] getContentType() { in getContentType() method in PduPart
886 appendTextString(part.getContentType()); in makeMessageBody()908 byte[] partContentType = part.getContentType(); in makeMessageBody()
175 byte[] contentType = retrieveConf.getContentType(); in parse()901 String partContentType = new String(part.getContentType()); in parseParts()1784 byte[] contentType = part.getContentType(); in checkPartPosition()
119 post.addHeader(entity.getContentType()); in authenticate()190 post.addHeader(entity.getContentType()); in syncContacts()
444 && part.getContentType() != null in getMessageText()445 && ContentType.isTextType(new String(part.getContentType()))) { in getMessageText()