Code Search for Developers
 
 
  

new_features.html from AlphaMail at Krugle


Show new_features.html syntax highlighted

% # vim:set syntax=mason:
<& /mail/header.mhtml, title => "What's New!" &>
<div class="documentation">
   <div class="section">
      <span class="section_title">New Features (0.70)</span> 
      <ul>
         <li>New messages are now bold instead of green.</li>
         <li>0.70 has many internal changes that are intended to make it
         better (faster, stronger, able to leap tall CPUs in a single bound).
         Most of these changes are not visible in the user interface.</li>
      </ul>
   </div>
   <div class="section">
      <span class="section_title">Features in 0.65</span> 
      <p>The following features were available in version 0.65:</p>
      <ul>
         <li>Message filtering: Type keywords in the Filter box in the upper
         right corner of your mailbox index to display only those messages that
         match.</li>
         <li>Draft messages: To enable, select a Draft folder in 
         <a href="<% $base %>/mail/settings/index.html?selected=Folders">Settings-&gt;Folders</a>.
         Then you can click "Save Draft" in the compose screen and finish the
         message later.</li>
         <li>
            More sorting. Clicking on a field header now sorts in both forward
            and reverse directions. Clicking the first time goes forward,
            clicking again sorts in reverse.
         </li>
         <li>
            The ability to switch your initial folder between forward-sorted
            and reverse-sorted dates. See Inverted Folder View in 
            <a href="<% $base %>/mail/settings/index.html?selected=General">Settings-&gt;General</a>. 
         </li>
         <li>Auto-BCC: Automatically adds any number of addresses to the BCC
         field in every compose. Some people like to copy all of their outgoing
         mail to another account. Enable this in the "Addressing" section of
         <a href="<% $base %>/mail/settings/index.html?selected=General">Settings-&gt;General</a>.</li>
      </ul>
   </div>
   <div class="section">
      <span class="section_title">Features in 0.60</span> 
      <p>The following features were made available in version 0.60:</p>
      <ul>
         <li>Raw MIME message display. Enable this in the "Interface Options"
         section of <a
         href="<% $base %>/mail/settings/index.html?selected=General">Settings-&gt;General</a>.</li>
         <li>Flagging messages. Turns a message red in the index, so you can
         see it is important.</li>
      </ul>
   </div>
   <div class="section">
      <span class="section_title">Other cool features:</span> 
      <ul>
         <li>Look Ma, no trash can! You can use AlphaMail without a trash can.
         In this mode, your messages are marked as deleted, and go away
         permanently when you purge the folder. To use this model, select 'none' for your trash folder in 
         <a href="<% $base %>/mail/settings/index.html?selected=Folders">Settings-&gt;Folders</a>.
         <li>
            Quick folder access: Get organized. <a href="<% $base %>/mail/settings/index.html?selected=Folders">Create</a> as many folders as you
         
            want, and save your messages into them using the "More Actions" menu. <a href="<% $base %>/mail/settings/index.html?selected=Folders">Add the folders</a> to the
            quick list along the left edge so you can access them quickly.
         </li>
         <li> Large file sharing: Got something too big to email? Use <a
         href="<% $base %>/mail/share_options.html">file sharing</a>. This facility
         allows to make a large file available on the web. It also
         password-protects the file so you can control who has access!
         </li>
         <li> 
            Random tag lines: Feeling creative? Add as many <a href="<% $base %>/mail/settings/index.html?selected=Signatures">sub-signatures</a> to
            your account as you want. Compose will automatically randomly
            select one and place it in your message body whenever you write a
            new message.
         </li>
         <li>International folder names: Use whatever language you want when
         you <a href="<% $base %>/mail/settings/index.html?selected=Folders">create a folder</a>, including Asian languages!</li>
      </ul>
   </div>
</div>
<& /mail/footer.mhtml &>
<%once>
our $logger = Log::Log4perl->get_logger('alphamail');
our $base = $config->get('base_uri');
</%once>




See more files for this project here

AlphaMail

AlphaMail is an accelerated web mail interface with a C++ middleware layer that is more effective than an IMAP proxy which is a highly scalable (10k+ users). The interface includes modern features, Section 508 compliance, and universal browser support.

Project homepage: http://sourceforge.net/projects/alphamail
Programming language(s): C++,Java,JavaScript,Perl
License: other

  faq/
    colors.gif
    dates1.gif
    drafts.gif
    filter.gif
    general.html
    index.html
    notrash1.gif
    notrash2.gif
    notrash3.gif
    other.html
    sort.gif
    timeout.gif
  new_features.html