aboutsummaryrefslogtreecommitdiffstats
path: root/libemail-engine/e-mail-utils.h
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2013-06-04 01:18:23 +0800
committerMilan Crha <mcrha@redhat.com>2013-06-04 01:22:03 +0800
commit5b0e9e7791cc960408fb772e9a1ec05037b5719a (patch)
treed30f024f22fe83bf193beada7425736cffa7e39a /libemail-engine/e-mail-utils.h
parent853c7125c183cef4b72cf6904cc21114066a3117 (diff)
downloadgsoc2013-evolution-5b0e9e7791cc960408fb772e9a1ec05037b5719a.tar
gsoc2013-evolution-5b0e9e7791cc960408fb772e9a1ec05037b5719a.tar.gz
gsoc2013-evolution-5b0e9e7791cc960408fb772e9a1ec05037b5719a.tar.bz2
gsoc2013-evolution-5b0e9e7791cc960408fb772e9a1ec05037b5719a.tar.lz
gsoc2013-evolution-5b0e9e7791cc960408fb772e9a1ec05037b5719a.tar.xz
gsoc2013-evolution-5b0e9e7791cc960408fb772e9a1ec05037b5719a.tar.zst
gsoc2013-evolution-5b0e9e7791cc960408fb772e9a1ec05037b5719a.zip
Bug #250046 - Empty group address as recipient prevents message send
Empty group addresses were left as-is when sending an email directly, not through Outbox, which could cause a send error through SMTP. Expanding group addresses, or removing empty groups, from a list or recipients before sending the message fixes the issue.
Diffstat (limited to 'libemail-engine/e-mail-utils.h')
-rw-r--r--libemail-engine/e-mail-utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libemail-engine/e-mail-utils.h b/libemail-engine/e-mail-utils.h
index b9201d9c14..dbe6fb6846 100644
--- a/libemail-engine/e-mail-utils.h
+++ b/libemail-engine/e-mail-utils.h
@@ -74,4 +74,6 @@ void em_utils_uids_free (GPtrArray *uids);
gboolean em_utils_is_local_delivery_mbox_file
(CamelURL *url);
+void em_utils_expand_groups (CamelInternetAddress *addresses);
+
#endif /* E_MAIL_UTILS_H */