#!/bin/sh

if [ $# -eq 0 ]; then
	/usr/bin/ICTApplication/ICTCliGateLite --call IctMail:dump
else 
       	echo "                                                               "
       	echo "  COMMAND    : dumpIctMail                                      "
       	echo "  OBJECT     : Display Mail data (Emails and configuration ) "
       	echo "  PARAMETERS : none                                            "
       	echo "                                                               "
fi

