Improve URLs/emails detection in text mail parts

This commit is contained in:
Francis Lachapelle
2019-03-21 11:01:17 -04:00
parent 7acfd8a2cd
commit fcdc4c92c0
3 changed files with 50 additions and 56 deletions
+1 -3
View File
@@ -1,6 +1,6 @@
/* NSString+Utilities.h - this file is part of SOGo
*
* Copyright (C) 2006-2017 Inverse inc.
* Copyright (C) 2006-2019 Inverse inc.
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -67,8 +67,6 @@
- (NSString *) asQPSubjectString: (NSString *) encoding;
- (NSRange) _rangeOfURLInRange: (NSRange) refRange;
/* LDAP */
- (BOOL) caseInsensitiveMatches: (NSString *) match;