\documentclass{article}
\usepackage{ulem}
\usepackage{graphicx}
\usepackage{hyperref}
\pagestyle{headings}
\begin{document}
\part{Release Notes for IMP 5 Alpha 1}
The Horde Team is pleased to announce the first alpha release of the Internet Mail Program (IMP) H4 version 5.0.

\section{Description}
IMP, the Internet Mail Program, is one of the most popular and widely deployed open source webmail applications in the world. It allows universal, web-based access to IMAP and POP3 mail servers and provides Ajax, mobile and traditional interfaces with a rich range of features normally found only in desktop email clients.

\section{Notes}
IMPORTANT! This is a preview version that should not be used on production systems. This version is considered feature complete but there are likely to be bugs. You should not use this preview version with existing production data. Migration of data from earlier versions has not been fully tested yet and is not supported.

We encourage widespread testing and feedback via the mailing lists or our bug tracking system. Updated translations are very welcome, though some strings might still change before the release candidates are prepared.

\section{Installation}
To install IMP, you need to install Horde first. See <a href="https://github.com/horde/horde/blob/master/horde/docs/INSTALL">https://github.com/horde/horde/blob/master/horde/docs/INSTALL</a> for details. Once Horde is installed, you can install IMP with the following command:

pear install horde/imp-alpha

Then log in to Horde with your adminstrator account to configure the application and install the database schema from the configuration interface.

\section{Changes}
The major changes compared to the IMP version H3 (4.3) are:

\begin{itemize}
\item Updated for Horde 4


\item All interfaces in a single application


\item New mobile frontend


\item Much improved AJAX frontend including a vertical pane layout


\item New IMAP library written from scratch with broad RFC support and huge performance improvements


\item More powerful search and filter functionality


\item Smart-reply feature


\item Localized special folders


\item Better display of HTML messages


\item HTML signatures


\item Draft auto-saving


\item Support for custom IMAP flags


\item Reduced memory usage


\end{itemize}
\end{document}
