From a0a04dd66690bd43e03b07f80b82f7201615ae81 Mon Sep 17 00:00:00 2001
From: Aurélien Bompard
Using the address /api/email/<list name>/<Message-ID> you will be able to @@ -49,7 +49,7 @@ retrieve the information known about a specific email on the specified mailing-l
Using the address /api/thread/<list name>/<Message-ID> you will be able to @@ -60,7 +60,7 @@ retrieve the all the email for a specific thread on the specified mailing-list.
Using the address /api/search/<list name>/<field>/<keyword> you will be able to @@ -78,4 +78,15 @@ search for all emails of the specified mailing-list containing the provided keyw
+Using the address /api/tag/ you will be able to +retrieve the list of tags. +
+For example: + {% url 'api_tag' %} + +
+