Historique de la page
...
| Astuce |
|---|
Remember to allow the automatic recovering of the configuration file /properties/feed/feed.xml when upgrading (see Conservation des personnalisations lors des mises à jour). |
Adding a new filter
Write a new class implementing the interface org.esupportail.helpdesk.services.feed.imap.SpamFilter and declare a bean of this class in /properties/domain/feed.xml.
| Astuce |
|---|
Remember to allow the automatic recovering of the new class and the configuration file /properties/feed/feed.xml when upgrading (see Conservation des personnalisations lors des mises à jour). |
Reading several IMAP accounts
...
| Astuce |
|---|
Remember to allow the automatic recovering of the configuration file /properties/feed/feed.xml when upgrading (see Conservation des personnalisations lors des mises à jour). |
Other feed modes
IMAP account readers provided by default are of class org.esupportail.helpdesk.services.feed.imap.ImapAccountReaderImpl.
...
- write a new class implementing the interface org.esupportail.helpdesk.services.feed.AccountReader
- declare a bean of this class in the configuration file /properties/domain/feed.xml
- Allow the automatic recovering of the new class and the configuration file /properties/feed/feed.xml when upgrading (see Conservation des personnalisations lors des mises à jour).
See also: Utilisation du web service