-
-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve error handling #223
base: master
Are you sure you want to change the base?
Commits on May 10, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 80e769d - Browse repository at this point
Copy the full SHA 80e769dView commit details
Commits on May 16, 2016
-
Configuration menu - View commit details
-
Copy full SHA for a0e7329 - Browse repository at this point
Copy the full SHA a0e7329View commit details
Commits on May 24, 2016
-
Add check for Bytes in attachments before assigning.
As per unmerged pull request tedious#156
Marnu Lombard committedMay 24, 2016 Configuration menu - View commit details
-
Copy full SHA for 7659863 - Browse repository at this point
Copy the full SHA 7659863View commit details -
Merge pull request #1 from MarnuLombard/master
Add check for Bytes in attachments before assigning.
Configuration menu - View commit details
-
Copy full SHA for 29b3bce - Browse repository at this point
Copy the full SHA 29b3bceView commit details
Commits on Jun 2, 2016
-
Add checks for subject, date & size on the message object before atte…
…mpting to use them.
Marnu Lombard committedJun 2, 2016 Configuration menu - View commit details
-
Copy full SHA for 8d0813c - Browse repository at this point
Copy the full SHA 8d0813cView commit details -
Merge pull request #2 from MarnuLombard/master
Add checks for subject, date & size on the message object before atte…
Configuration menu - View commit details
-
Copy full SHA for 66529ad - Browse repository at this point
Copy the full SHA 66529adView commit details -
Check for $address->host before assigning it
Marnu Lombard committedJun 2, 2016 Configuration menu - View commit details
-
Copy full SHA for 7dd1cff - Browse repository at this point
Copy the full SHA 7dd1cffView commit details -
Merge pull request #3 from MarnuLombard/master
Check for $address->host before assigning it
Configuration menu - View commit details
-
Copy full SHA for ce43a0d - Browse repository at this point
Copy the full SHA ce43a0dView commit details
Commits on Apr 17, 2019
-
Merge pull request #1 from drallan/master
Bring up to date with upstream
Configuration menu - View commit details
-
Copy full SHA for 27d8ebc - Browse repository at this point
Copy the full SHA 27d8ebcView commit details -
Convert encoding of strings before running through
iconv()
We were receiving a lot of errors with mandarin strings, This fix will change unknown characters to `?` and prevent `iconv()` throwing an error Signed-off-by: Marnu Lombard <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0c8f31e - Browse repository at this point
Copy the full SHA 0c8f31eView commit details -
Improve string encoding conversion logic
Instead of using the passed in encoding which could contain `//TRANSLIT` or `//IGNORE`, Use the detected encoding of the string that `imap_mime_header_decode()` supplies us. Signed-off-by: Marnu Lombard <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 95cbaff - Browse repository at this point
Copy the full SHA 95cbaffView commit details
Commits on May 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 35f5a0d - Browse repository at this point
Copy the full SHA 35f5a0dView commit details -
Merge pull request #5 from MarnuLombard/master
Convert encoding of strings before running through `iconv()`
Configuration menu - View commit details
-
Copy full SHA for 8516ae3 - Browse repository at this point
Copy the full SHA 8516ae3View commit details
Commits on Jan 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8530a91 - Browse repository at this point
Copy the full SHA 8530a91View commit details
Commits on Nov 23, 2022
-
allow nested attachments in attached emails of email
Configuration menu - View commit details
-
Copy full SHA for be50d77 - Browse repository at this point
Copy the full SHA be50d77View commit details -
Merge pull request #6 from drallan/Patch-for-multi-attachments
allow nested attachments
Configuration menu - View commit details
-
Copy full SHA for 8d433c3 - Browse repository at this point
Copy the full SHA 8d433c3View commit details
Commits on Jun 12, 2023
-
- replace any characters that are not letters
Configuration menu - View commit details
-
Copy full SHA for 99cf097 - Browse repository at this point
Copy the full SHA 99cf097View commit details -
Merge pull request #7 from Magnificent-Big-J/rename-filename
Rename filename
Configuration menu - View commit details
-
Copy full SHA for 3f16274 - Browse repository at this point
Copy the full SHA 3f16274View commit details