Skip to content

issues Search Results · repo:SpamScope/mail-parser language:Python

Filter by

88 results
 (59 ms)

88 results

inSpamScope/mail-parser (press backspace or delete to remove)

Describe the bug Multiple regex captures for with field regex This is captured by const.py:47 using the following regex: (?:with(?! cipher)\s+(?P with .+?)(?:\s*[(]?envelope-from|\s*[(]?envelope-sender|\s+from|\s+by|\s+id|\s+for|\s+via|;)) ...
  • ItayBenAvi
  • Opened 
    10 days ago
  • #130

Describe the bug mail-parser fails to run regex on domains that ends with .id My scraper fails on them specifically To Reproduce Change domain to end with .id Change in const.py:51 the regex to negative ...
  • ItayBenAvi
  • Opened 
    10 days ago
  • #129

Describe the bug mail-parser fails on mails that have multipart attachments mail-parsers fails in core.py:473 Traceback: AttributeError: NoneType object has no attribute decode This happens because of ...
  • ItayBenAvi
  • Opened 
    10 days ago
  • #128

In the following places: https://github.com/SpamScope/mail-parser/blob/77fe01518628430c743b3c1e1649db625cd48114/src/mailparser/mailparser.py#L650 https://github.com/SpamScope/mail-parser/blob/77fe01518628430c743b3c1e1649db625cd48114/src/mailparser/mailparser.py#L663 ...
  • iritkatriel
  • 1
  • Opened 
    on Oct 28, 2024
  • #124

Describe the bug Mailparser 4.0.0 fails to parse an email that can be parsed in 3.15.0 To Reproduce Steps to reproduce the behavior: 1. import mailparser 2. mail = mailparser.parse_from_string(s) ...
  • seanthegeek
  • 6
  • Opened 
    on Oct 24, 2024
  • #123

Create a new DevOps pipeline.
  • fedelemantuano
  • 1
  • Opened 
    on Oct 23, 2024
  • #120

https://github.com/SpamScope/mail-parser/commit/7649ee8040c93dd6f832049adcc048d237b249da addressed a bug in the regex which causes errors when the mail ID ends in -by. Unfortunately this fix was never ...
  • evenicoulddoit
  • 3
  • Opened 
    on Oct 23, 2024
  • #119

in mailparser.py: if transfer_encoding == base64 or ( transfer_encoding == quoted-\ printable and application in mail_content_type): ...
  • francois4224
  • 1
  • Opened 
    on Nov 17, 2023
  • #117

Can you update the mail-parser cli program to 1. Support multiple files 2. Disable json indent by default and add another option to enable the indent
  • CaledoniaProject
  • 1
  • Opened 
    on Jun 6, 2023
  • #116

I am working on a project where I am extracting different parts of mail and the mail parser has been useful. I am quite shocked that this library cannot extract a signature. Is that in scope or can I suggest ...
  • Qudirah
  • 2
  • Opened 
    on Jan 28, 2023
  • #114
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub