Ximf : Différence entre versions
(First translation) |
|||
Ligne 1 : | Ligne 1 : | ||
− | {{lang|XIMF|XIMF |
+ | {{lang|XIMF|XIMF}} |
− | > [[Documentation |
+ | > [[Documentation|Documentation]] > [[Trustedbird|Trustedbird]] > [[XIMF|XIMF]] |
== What is XIMF ? == |
== What is XIMF ? == |
||
− | XIMF means eXtended Internet Message Format. |
+ | 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 à 09: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:
- A user guide
- A developer guide
- A detailed description of the XML tags used by XIMF instances
- A FAQ.
Securing XIMF headers
Custom headers can be secured using the Secure Headers.