File tree 1 file changed +4
-2
lines changed
app/src/main/java/com/infomaniak/mail/utils
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
2
* Infomaniak Mail - Android
3
- * Copyright (C) 2023 Infomaniak Network SA
3
+ * Copyright (C) 2023-2024 Infomaniak Network SA
4
4
*
5
5
* This program is free software: you can redistribute it and/or modify
6
6
* it under the terms of the GNU General Public License as published by
@@ -39,7 +39,9 @@ object MessageBodyUtils {
39
39
40
40
private val quoteDescriptors = arrayOf(
41
41
" blockquote[type=cite]" , // macOS and iOS mail client
42
- " #divRplyFwdMsg" , // Microsoft Outlook
42
+ // The reply and forward #divRplyFwdMsg div only contains the header, the previous message body is written right next to
43
+ // this div and can't be detected
44
+ // "#divRplyFwdMsg", // Microsoft Outlook
43
45
" #isForwardContent" ,
44
46
" #isReplyContent" ,
45
47
" #mailcontent:not(table)" ,
You can’t perform that action at this time.
0 commit comments