blob: 12fcfba92ac1b3d0952e68361c07d5ea0cb25a0a [file] [log] [blame]
package javax.mail;
/**
* Mock class providing the declarations required to compile the Cocoon code when
* the actual library is not present.
*
* @version CVS $Id:
*/
public interface UIDFolder {
Message getMessageByUID(int uid);
}