crash.commands.mail.mail.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of crash.plugins.mail Show documentation
Show all versions of crash.plugins.mail Show documentation
This plugin allows to integrate JavaMail in CRaSH and provides a mail command
package crash.commands.mail
import org.crsh.cli.Argument
import org.crsh.cli.Command
import org.crsh.cli.Man
import org.crsh.cli.Option
import org.crsh.cli.Usage
import org.crsh.command.Pipe
import org.crsh.mail.MailPlugin
import org.crsh.shell.impl.command.CRaSH
import org.crsh.text.Screenable
import org.crsh.text.ScreenBuffer
import org.crsh.text.Format
import org.crsh.text.ScreenContext
import org.crsh.text.Style
import java.util.concurrent.ExecutionException
import java.util.concurrent.Future
@Usage("interact with emails")
class mail {
class impl extends Pipe