<%-- * Copyright by Intland Software * * All rights reserved. * * This software is the confidential and proprietary information * of Intland Software. ("Confidential Information"). You * shall not disclose such Confidential Information and shall use * it only in accordance with the terms of the license agreement * you entered into with Intland. * * $Revision$ $Date$ --%> <%@ taglib uri="jstl-c" prefix="c" %> <%@ taglib uri="jstl-fmt" prefix="fmt" %> <%@ taglib uri="taglib" prefix="tag" %> <%@ taglib uri="uitaglib" prefix="ui" %> <%@ page import="com.intland.codebeamer.inbox.MailReceiver"%> <%@ page import="com.intland.codebeamer.persistence.dto.InboxDto" %> <%-- Show an inbox details in read only mode Parameters: requestScope.inbox The inboxDto to show --%> ${param.title} <%-- --%>
 Inbox Name:  ${inbox.name}
 Inbox Description: 
 Email Address:  ${inbox.email}
 Allowed Email Addresses:  All Only registered Users Only Project Members
 Additional Email Addresses:  ${inbox.extraAllowedEmails}
 Status:  Enabled Disabled