Skip to content
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

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open

Improve error handling #223

wants to merge 18 commits into from

Commits on May 10, 2016

  1. Configuration menu
    Copy the full SHA
    80e769d View commit details
    Browse the repository at this point in the history

Commits on May 16, 2016

  1. Configuration menu
    Copy the full SHA
    a0e7329 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2016

  1. Add check for Bytes in attachments before assigning.

    As per unmerged pull request tedious#156
    Marnu Lombard committed May 24, 2016
    Configuration menu
    Copy the full SHA
    7659863 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from MarnuLombard/master

    Add check for Bytes in attachments before assigning.
    drallan committed May 24, 2016
    Configuration menu
    Copy the full SHA
    29b3bce View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2016

  1. Add checks for subject, date & size on the message object before atte…

    …mpting to use them.
    Marnu Lombard committed Jun 2, 2016
    Configuration menu
    Copy the full SHA
    8d0813c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from MarnuLombard/master

    Add checks for subject, date & size on the message object before atte…
    drallan committed Jun 2, 2016
    Configuration menu
    Copy the full SHA
    66529ad View commit details
    Browse the repository at this point in the history
  3. Check for $address->host before assigning it

    Marnu Lombard committed Jun 2, 2016
    Configuration menu
    Copy the full SHA
    7dd1cff View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3 from MarnuLombard/master

    Check for $address->host before assigning it
    drallan committed Jun 2, 2016
    Configuration menu
    Copy the full SHA
    ce43a0d View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2019

  1. Merge pull request #1 from drallan/master

    Bring up to date with upstream
    MarnuLombard authored Apr 17, 2019
    Configuration menu
    Copy the full SHA
    27d8ebc View commit details
    Browse the repository at this point in the history
  2. 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]>
    MarnuLombard committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    0c8f31e View commit details
    Browse the repository at this point in the history
  3. 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]>
    MarnuLombard committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    95cbaff View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. Merge pull request #4 from tedious/master

    Pull in upstream changes
    drallan authored May 21, 2019
    Configuration menu
    Copy the full SHA
    35f5a0d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from MarnuLombard/master

    Convert encoding of strings before running through `iconv()`
    drallan authored May 21, 2019
    Configuration menu
    Copy the full SHA
    8516ae3 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. Configuration menu
    Copy the full SHA
    8530a91 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. allow nested attachments

    allow nested attachments in attached emails of email
    WilRyan authored Nov 23, 2022
    Configuration menu
    Copy the full SHA
    be50d77 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from drallan/Patch-for-multi-attachments

    allow nested attachments
    WilRyan authored Nov 23, 2022
    Configuration menu
    Copy the full SHA
    8d433c3 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Rename filename

     - replace any characters that are not letters
    Magnificent-Big-J committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    99cf097 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from Magnificent-Big-J/rename-filename

    Rename filename
    WilRyan authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    3f16274 View commit details
    Browse the repository at this point in the history