From c100da33bbba70264016103f93a3e4cb72544345 Mon Sep 17 00:00:00 2001
From: Volkan Gezer <volkangezer@gmail.com>
Date: Tue, 27 May 2014 23:16:49 +0200
Subject: [PATCH] upgraded phpmailer into v5.2.8 via composer

---
 3rdparty             | 2 +-
 lib/private/mail.php | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/3rdparty b/3rdparty
index ef80977061..cb0e42027d 160000
--- a/3rdparty
+++ b/3rdparty
@@ -1 +1 @@
-Subproject commit ef80977061d4bc3a2d8ee0bf23a8287a3222b628
+Subproject commit cb0e42027def10363ac37a8e02132ffbb6e38ae3
diff --git a/lib/private/mail.php b/lib/private/mail.php
index f9083cc4e6..81bcb3d8de 100644
--- a/lib/private/mail.php
+++ b/lib/private/mail.php
@@ -12,8 +12,6 @@
  * A class to handle mail sending.
  */
 
-require_once 'class.phpmailer.php';
-
 class OC_Mail {
 
 	/**
-- 
GitLab