Skip to content

linkarys/mailviewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mail Viewer

Coldfusion plugin, use to view system emails.

This plugin get idea from spoolmail, thanks to Phillip Duba and Raymond Camden.

I should special thanks to Xinju, thanks for all the suggestions. Some of them are really great, and also thanks for your QA.

Requirements

  • Chrome or Firefox (Not works well with IE)
  • Coldfusion 10.0 or above (Not works with Coldfusion 8, not sure whether it works with Coldfusin 9)

Installation

  • Go to your coldfusion administrator folder (/opt/coldfusion10/cfusion\wwwroot/CFIDE/administrator for me)
  • Edit custommenu.xml, and add the new menuitem to Custom Node
<submenu label="Custom">
	<menuitem href="mailviewer/index.cfm" target="content">Mail Viewer</menuitem>
</submenu>
  • Clone
git clone https://github.com/linkarys/mailviewer.git

Filter

Filter out emails if the following fields doesn't match the filter content:

  • mail title
  • mail last modified date
  • mail from
  • mail to
  • mail body (if already been loaded)

Branches

Except the master, all other branches just change the animation. You cound find them at [anguar animate simples] (http://www.nganimate.org/angularjs/ng-repeat/skew-transform)

Existing issues

  • The new email indicator does not always work
  • It unable to display attachment
  • Not work with emails which type are multipart

Screenshot

Screenshot

About

Coldfusion Email Viwer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published