All Downloads are FREE. Search and download functionalities are using the official Maven repository.

mail.SkypeMailStore Maven / Gradle / Ivy

The newest version!
package mail;

import javax.mail.Folder;

import com.google.inject.ImplementedBy;

@ImplementedBy(SkypeGmailStore.class)
public interface SkypeMailStore {

	Folder getFolder(String folder);

	void close();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy