From f2d9d064e086a5ca2dd4447ca2dcff863db68171 Mon Sep 17 00:00:00 2001
From: Rescue9 <Rescue9@yahoo.com>
Date: Thu, 09 Oct 2014 15:02:45 -0400
Subject: [PATCH] outgoing email copy

---
 server/lib/classes/mod_mail_base.inc.php |   46 +++++++++++++++++++++++-----------------------
 1 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/server/lib/classes/mod_mail_base.inc.php b/server/lib/classes/mod_mail_base.inc.php
index b169193..bb25e5d 100644
--- a/server/lib/classes/mod_mail_base.inc.php
+++ b/server/lib/classes/mod_mail_base.inc.php
@@ -1,7 +1,7 @@
 <?php
 
 /*
-Copyright (c) 2006, Till Brehm, projektfarm Gmbh
+Copyright (c) 2007, Till Brehm, projektfarm Gmbh
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without modification,
@@ -29,48 +29,48 @@
 */
 
 class mail_base {
-	
+
 	var $current_record = array();
-	
+
 	function write_config() {
-		
-		
-		
+
+
+
 	}
-	
+
 	/*
 		Domain Alias
 	*/
-	
+
 	function domain_add($domain) {
-		
+
 	}
-	
+
 	function domain_update($domain_old, $domain_new) {
-		
+
 	}
-	
+
 	function domain_delete($domain) {
-		
+
 	}
-	
+
 	/*
 		Domain Alias
 	*/
-	
+
 	function domain_alias_add($domain, $destination) {
-		
+
 	}
-	
+
 	function domain_alias_update($domain_old, $domain_new) {
-		
+
 	}
-	
+
 	function domain_alias_delete($domain) {
-		
+
 	}
-	
-	
+
+
 }
 
-?>
\ No newline at end of file
+?>

--
Gitblit v1.9.1