From 41edc5515b6e9333b36a39bb31ebbd455e74d73d Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Tue, 22 Jan 2013 17:06:53 +0100 Subject: Contact's print doesn't decode QP encoded email addresses --- addressbook/util/eab-book-util.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'addressbook/util/eab-book-util.h') 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 */ -- cgit v1.2.3