Searched refs:getDataFromBody (Results 1 – 1 of 1) sorted by relevance
622 byte[] bytes = getDataFromBody(bodyPart.getBody()); in getVoicemailPayloadFromMessage()646 voicemailTranscription = new String(getDataFromBody(message.getBody())); in messageRetrieved()684 private byte[] getDataFromBody(Body body) throws IOException, MessagingException { in getDataFromBody() method in ImapHelper