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

com.icegreen.greenmail.imap.commands.ExamineCommand Maven / Gradle / Ivy

There is a newer version: 2.1.2
Show newest version
/*
 * 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