Ximf : Différence entre versions

De Trustedbird Client Wiki
(First translation)
 
Ligne 1 : Ligne 1 :
{{lang|XIMF|XIMF/fr}}
+
{{lang|XIMF|XIMF}}
> [[Documentation/fr|Documentation]] > [[Trustedbird/fr|Trustedbird]] > [[XIMF/fr|XIMF]] > [[XIMF_Documentation/fr|Documentation technique]]
+
> [[Documentation|Documentation]] > [[Trustedbird|Trustedbird]] > [[XIMF|XIMF]]
   
 
== What is XIMF ? ==
 
== What is XIMF ? ==
   
XIMF means eXtended Internet Message Format. It's based on [RFC 5322]. The main goals of this technology is to extend the IMF format with extra headers.
+
XIMF means eXtended Internet Message Format. This technology is based on [RFC 5322]. The main goals of this technology is to extend the IMF format with extra custom headers. TO achieve this, XML description files are used: it allows to describe names and values of fields, and sending/reception forms.
   
Concepts of XIMF
 
  +
XIMF implementation in Trustedbird is composed of two distincts components:
  +
* the XIMF engine
  +
* the XIMF instance
   
An [[XIMF_users_guide|user's guide]] is available .
 
  +
The engine loads the instances. It is unique whatever instance is loaded, and is packaged as a Trustedbird add-on.
   
Developer's guide
 
  +
The instance contains descriptions of:
  +
* headers fields (name and values)
  +
* sending forms
  +
* reception forms
  +
* rules that apply to previous listed headers
  +
* external data
  +
  +
It is possible to install multiple instances, the engine will load the instance, according to user choice.
  +
  +
  +
== Documentation ==
  +
  +
Multiple documentation are available:
  +
* A [[XIMF_guide_utilisateur|user guide]]
  +
* A [[XIMF_guide_developpeur|developer guide]]
  +
* A [[XIMF_XML_tags|detailed description]] of the XML tags used by XIMF instances
  +
* A [[XIMF_FAQ|FAQ]].
  +
  +
  +
== Securing XIMF headers ==
  +
  +
Custom headers can be secured using the [[Secure_Headers | Secure Headers]].

Version actuelle en date du 16 août 2012 à 10:46

> Documentation > Trustedbird > XIMF

What is XIMF ?

XIMF means eXtended Internet Message Format. This technology is based on [RFC 5322]. The main goals of this technology is to extend the IMF format with extra custom headers. TO achieve this, XML description files are used: it allows to describe names and values of fields, and sending/reception forms.

XIMF implementation in Trustedbird is composed of two distincts components:

  • the XIMF engine
  • the XIMF instance

The engine loads the instances. It is unique whatever instance is loaded, and is packaged as a Trustedbird add-on.

The instance contains descriptions of:

  • headers fields (name and values)
  • sending forms
  • reception forms
  • rules that apply to previous listed headers
  • external data

It is possible to install multiple instances, the engine will load the instance, according to user choice.


Documentation

Multiple documentation are available:


Securing XIMF headers

Custom headers can be secured using the Secure Headers.