public MimeTree getMimeTree(Object uid, IMAPFolder folder) throws IOException, IMAPException, CommandCancelledException; /** * Get {@link MimePart}. * * @param uid * message UID * @param address * address of MimePart in MimeTree * @param folder * mailbox name * @return mimepart * @throws CommandCancelledException * @throws IMAPException * @throws IOException * @throws Exception */ public InputStream getMimePartBodyStream(Object uid, Integer[] address, IMAPFolder folder) throws IOException, IMAPException, CommandCancelledException
public Header getAllHeaders(Object uid, IMAPFolder folder) throws IOException, IMAPException, CommandCancelledException; /** * Get {@link MimePart}. * * @param uid * message UID * @param address * address of MimePart in MimeTree * @param folder * mailbox name * @return mimepart * @throws CommandCancelledException * @throws IMAPException * @throws IOException * @throws Exception */ public InputStream getMimePartSourceStream(Object uid, Integer[] address, IMAPFolder folder) throws IOException, IMAPException, CommandCancelledException
Clone fragments detected by clone detection tool
File path: /columba-1.4-src/mail/src/main/java/org/columba/mail/imap/IImapServer.java File path: /columba-1.4-src/mail/src/main/java/org/columba/mail/imap/IImapServer.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
public MimeTree getMimeTree(Object uid, IMAPFolder folder)
1
public Header getAllHeaders(Object uid, IMAPFolder folder)
2
			throws IOException, IMAPException, CommandCancelledException;
2
			throws IOException, IMAPException, CommandCancelledException;
3
	/**
3
	/**
4
	 * Get {@link MimePart}.
4
	 * Get {@link MimePart}.
5
	 * 
5
	 * 
6
	 * @param uid
6
	 * @param uid
7
	 *            message UID
7
	 *            message UID
8
	 * @param address
8
	 * @param address
9
	 *            address of MimePart in MimeTree
9
	 *            address of MimePart in MimeTree
10
	 * @param folder
10
	 * @param folder
11
	 *            mailbox name
11
	 *            mailbox name
12
	 * @return mimepart
12
	 * @return mimepart
13
	 * @throws CommandCancelledException
13
	 * @throws CommandCancelledException
14
	 * @throws IMAPException
14
	 * @throws IMAPException
15
	 * @throws IOException
15
	 * @throws IOException
16
	 * @throws Exception
16
	 * @throws Exception
17
	 */
17
	 */
18
	public InputStream getMimePartBodyStream(Object uid, Integer[] address,
18
	public InputStream getMimePartSourceStream(Object uid, Integer[] address,
19
			IMAPFolder folder) throws IOException, IMAPException,
19
			IMAPFolder folder) throws IOException, IMAPException,
20
			CommandCancelledException
20
			CommandCancelledException
Summary
Number of common nesting structure subtrees0
Number of refactorable cases0
Number of non-refactorable cases0
Time elapsed for finding largest common nesting structure subtrees (ms)0.0
Clones location
Number of node comparisons0