<%-- * ***** BEGIN LICENSE BLOCK ***** * Zimbra Collaboration Suite Web Client * Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Zimbra, Inc. * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software Foundation, * version 2 of the License. * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * See the GNU General Public License for more details. * You should have received a copy of the GNU General Public License along with this program. * If not, see . * ***** END LICENSE BLOCK ***** --%> <%@ tag body-content="empty" %> <%@ attribute name="message" rtexprvalue="true" required="true" type="com.zimbra.cs.taglib.bean.ZMessageBean" %> <%@ attribute name="mailbox" rtexprvalue="true" required="true" type="com.zimbra.cs.taglib.bean.ZMailboxBean" %> <%@ attribute name="counter" rtexprvalue="true" required="false" %> <%@ attribute name="externalImageUrl" rtexprvalue="true" required="false" type="java.lang.String" %> <%@ attribute name="timezone" rtexprvalue="true" required="false" type="java.util.TimeZone"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> <%@ taglib prefix="fmt" uri="com.zimbra.i18n" %> <%@ taglib prefix="zm" uri="com.zimbra.zm" %> <%@ taglib prefix="app" uri="com.zimbra.htmlclient" %> <%--compute body up front, so attachments refereneced in multipart/related don't show up --%> ${zm:getPartHtmlContent(body, message)}
:
:
: ${fn:escapeXml(empty message.subject ? noSubject : message.subject)}
:
:
:
:
${fn:escapeXml(tag.name)}