com.icegreen.greenmail.imap.commands.ExamineCommand Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of greenmail Show documentation
Show all versions of greenmail Show documentation
GreenMail - Email Test Servers
/*
* Copyright (c) 2014 Wael Chatila / Icegreen Technologies. All Rights Reserved.
* This software is released under the Apache license 2.0
* This file has been modified by the copyright holder.
* Original file can be found at http://james.apache.org
*/
package com.icegreen.greenmail.imap.commands;
/**
* @author Darrell DeBoer
* @version $Revision: 109034 $
*/
class ExamineCommand extends SelectCommand {
public static final String NAME = "EXAMINE";
ExamineCommand() {
super(NAME);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy