aboutsummaryrefslogtreecommitdiffstats
path: root/src/mbox-util.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-08-23core: Extend gpgme_user_id_t with 'address'.Werner Koch1-20/+38
* src/mbox-util.c, src/mbox-util.h: Adjust for use in gpgme. * src/Makefile.am (main_sources): Add mbox-util. * src/key.c (_gpgme_key_append_name): Set 'address' field of uid. (gpgme_key_unref): Free it. Signed-off-by: Werner Koch <[email protected]>
2016-08-22core: New code for parsing mail addresses.Werner Koch1-0/+239
* src/mbox-util.c: New. * src/mbox-util.h: New. -- The files haven been copied verbatim from GnuPG 2.1.15 commit 54245979e691129ed9d3a6c642087fb8d3227449 after the license has been changed in GnuPG. We need this file too match GnuPG's idea of a mail address. Signed-off-by: Werner Koch <[email protected]>