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

Method appendMessages

app/src/main/java/javax/mail/Folder.java:991–992  ·  view source on GitHub ↗

Append given Messages to this folder. This method can be invoked on a closed Folder. An appropriate MessageCountEvent is delivered to any MessageCountListener registered on this folder when the messages arrive in the folder. Folder implementations must not abort this operation if a Message in t

(Message[] msgs)

Source from the content-addressed store, hash-verified

989 * @exception MessagingException if the append failed.
990 */
991 public abstract void appendMessages(Message[] msgs)
992 throws MessagingException;
993
994 /**
995 * Prefetch the items specified in the FetchProfile for the

Callers 4

onAddMethod · 0.45
onDetachMethod · 0.45
onSubjectMethod · 0.45
copyMessagesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected