Code Duplication    Length = 1-1 lines in 2 locations

api/src/Mail.php 2 locations

@@ 3405-3405 (lines=1) @@
3402
			{
3403
				$error = null;
3404
				if (($_folderName = $this->createFolder('', $_folderName, $error))) $created = true;
3405
				if ($error) error_log(__METHOD__.' ('.__LINE__.') '.' Failed to create Folder '.$_folderName." for $_type:".$error);
3406
			}
3407
			catch(Exception $e)
3408
			{
@@ 3442-3442 (lines=1) @@
3439
					$error = null;
3440
					$this->createFolder('', $prefix.$types[$_type]['autoFolderName'],$error);
3441
					$_folderName = $prefix.$types[$_type]['autoFolderName'];
3442
					if ($error) error_log(__METHOD__.' ('.__LINE__.') '.' Failed to create Folder '.$_folderName." for $_type:".$error);
3443
				}
3444
				catch(Exception $e)
3445
				{