Searched defs:copy (Results 1 - 3 of 3) sorted by relevance
/javamail/demo/src/main/java/internal/ |
H A D | fpopulate.java | 121 copy(srcFolder, dstFolder); 135 private static void copy(File src, Folder dst) method in class:fpopulate 167 copy(f, dst.getFolder(sf[i])); 189 * copy.
|
/javamail/demo/src/main/java/ |
H A D | populate.java | 132 copy(srcFolder, dstFolder); 144 private static void copy(Folder src, Folder dst) method in class:populate 176 System.out.println("Unable to copy messages from " + 205 copy(srcFolders[i], dst.getFolder(srcFolders[i].getName())); 212 * we first copy the messages to memory, clear all the flags, 213 * and then copy to the destination.
|
/javamail/mail/src/main/java/com/sun/mail/imap/protocol/ |
H A D | IMAPProtocol.java | 10 * obtain a copy of the License at 1571 f = new Flags(f); // copy, don't modify orig 1572 f.remove(Flags.Flag.RECENT); // remove RECENT from copy 2119 * @param msgsets the messages to copy 2120 * @param mbox the mailbox to copy them to 2123 public void copy(MessageSet[] msgsets, String mbox) method in class:IMAPProtocol 2133 * @param mbox the mailbox to copy them to 2136 public void copy(int start, int end, String mbox) method in class:IMAPProtocol 2145 * @param msgsets the messages to copy 2146 * @param mbox the mailbox to copy the [all...] |
Completed in 1491 milliseconds