imap-send: use Apple's Security framework for base64 encoding
authorJeremy Huddleston <jeremyhu@apple.com>
Tue, 30 Jul 2013 01:28:30 +0000 (18:28 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Jul 2013 15:53:24 +0000 (08:53 -0700)
Use Apple's supported functions for base64 encoding instead
of the deprecated OpenSSL functions.

Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Signed-off-by: David Aguilar <davvid@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found