Plugin Developer Discussion

Discussion for FogBugz Plugin developers

Is there a way to add MIME headers to InternalEmailNotification?

In pre-v7.0, we were able to customize CBug.asp and add some custom info to the internal email notification.

In v7.0, we would like to add MIME headers to the outgoing mail notifications:

X-FB-AssignedTo:
X-FB-Priority:
X-FB-DueDate:
X-FB-ClientCode:
X-FB-ClientPriority:

Is there something in the v7.0 API/plugin framework that would allow us to customize the outgoing mail notifications?
Mathew Weaver Send private email
Tuesday, September 22, 2009
 
 
Currently there is no hook into this part of the code.  You're probably best off porting your source modifications to FogBugz 7.
David Fullerton Send private email
Tuesday, September 22, 2009
 
 
Is that possible in FB 7? I thought FB 7 ran entirely from compiled binaries? The ./website folder contains only default.asp which is just a place holder. That actual functionality is in the ./bin/*.dll files, correct?

I noticed that there is a /src-Website folder that contains *.was files that appear to be analogous to the FB v6 *.asp files. What is the relationship between the /src-Website/*.was files and the actual working site (./website)? If I modify the *.was files, will those modifications actually be used?
Mathew Weaver Send private email
Tuesday, September 22, 2009
 
 
FogBugz ships with all the website source code, and a compiler and build script.  You can make your changes in the src-Website\*.was files, and then run build.bat in the root FogBugz directory to compile.
David Fullerton Send private email
Friday, September 25, 2009
 
 

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics
 
Powered by FogBugz