MCPcopy Create free account
hub / github.com/M66B/FairEmail / getHeader

Method getHeader

app/src/main/java/javax/mail/Part.java:375–375  ·  view source on GitHub ↗

Get all the headers for this header name. Returns null if no headers for this header name are available. @param header_name the name of this header @return the value fields for all headers with this name @exception MessagingException for failures

(String header_name)

Source from the content-addressed store, hash-verified

373 * @exception MessagingException for failures
374 */
375 public String[] getHeader(String header_name)
376 throws MessagingException;
377
378 /**

Callers 15

onSynchronizeMessagesMethod · 0.65
synchronizeMessageMethod · 0.65
getKeywordsMethod · 0.65
getMessageIDMethod · 0.65
getReferencesMethod · 0.65
getDeliveredToMethod · 0.65
getInReplyTosMethod · 0.65
_getThreadIdAltMethod · 0.65
getPriorityMethod · 0.65
getSensitivityMethod · 0.65
getAutoSubmittedMethod · 0.65
getBimiSelectorMethod · 0.65

Implementers 4

MimeBodyPartapp/src/main/java/javax/mail/internet/
MimeMessageapp/src/main/java/javax/mail/internet/
Messageapp/src/main/java/javax/mail/Message.j
BodyPartapp/src/main/java/javax/mail/BodyPart.

Calls

no outgoing calls

Tested by

no test coverage detected