summaryrefslogtreecommitdiff
path: root/src/lib/email.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/email.h')
-rw-r--r--src/lib/email.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/email.h b/src/lib/email.h
index 24f20956a..3f9cf1dd8 100644
--- a/src/lib/email.h
+++ b/src/lib/email.h
@@ -24,6 +24,9 @@
#include <boost/scoped_array.hpp>
+struct email_date_format_test;
+
+
class Email
{
public:
@@ -51,6 +54,7 @@ public:
static std::string address_list(std::vector<std::string> addresses);
private:
+ friend struct ::email_date_format_test;
std::string fix (std::string s) const;
static std::string encode_rfc1342 (std::string subject);