diff options
Diffstat (limited to 'addressbook/util/eab-book-util.h')
-rw-r--r-- | addressbook/util/eab-book-util.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/addressbook/util/eab-book-util.h b/addressbook/util/eab-book-util.h index f05c9a7bbd..45602c2547 100644 --- a/addressbook/util/eab-book-util.h +++ b/addressbook/util/eab-book-util.h @@ -45,6 +45,12 @@ gint e_utf8_casefold_collate_len (const gchar *str1, gint e_utf8_casefold_collate (const gchar *str1, const gchar *str2); +/* To parse quoted printable address & return email & name fields */ +gboolean eab_parse_qp_email (const gchar *string, + gchar **name, + gchar **email); +gchar * eab_parse_qp_email_to_html (const gchar *string); + G_END_DECLS #endif /* EAB_BOOK_UTIL_H */ |