Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
internxt
/
mail-web
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Feature/spam detector
- #7
#7
Open
cePuerto
wants to merge 11 commits into
master
internxt/mail-web:master
from
feature/spam-Detector
internxt/mail-web:feature/spam-Detector
Copy head branch name to clipboard
Conversation
Commits
11
(11)
Checks
Files changed
Open
Feature/spam detector
#7
cePuerto
wants to merge 11 commits into
master
internxt/mail-web:master
from
feature/spam-Detector
internxt/mail-web:feature/spam-Detector
Copy head branch name to clipboard
Commits
Commits on Mar 10, 2026
Pulled changes from main
cePuerto
committed
239a3f0
View commit details
Copy full SHA for 239a3f0
Browse repository at this point
Kept detector.tsx for rebase
cePuerto
committed
1765f68
View commit details
Copy full SHA for 1765f68
Browse repository at this point
Added tensors and input objects as global objects so they don't need to be created in every forward pass. In this manner, any possible dataleak is reduced
cePuerto
committed
f3bccfc
View commit details
Copy full SHA for f3bccfc
Browse repository at this point
All the logic was written in just one tsx file as suggested by CTO
cePuerto
committed
7363430
View commit details
Copy full SHA for 7363430
Browse repository at this point
Changed lock and changed the onnx wasm path to point to node_modules. The wasm in this folder should be served during deployment
cePuerto
committed
0694505
View commit details
Copy full SHA for 0694505
Browse repository at this point
chore: update yarn.lock
xabg2
committed
6eadacc
View commit details
Copy full SHA for 6eadacc
Browse repository at this point
Merge branch 'master' into feature/spam-Detector
xabg2
committed
7d4ae21
View commit details
Copy full SHA for 7d4ae21
Browse repository at this point
Commits on Mar 11, 2026
Changed script for spam detection so it follows the lint standards
cePuerto
committed
ffcff94
View commit details
Copy full SHA for ffcff94
Browse repository at this point
Returned a copy of the array mask at the tokenizer function, it was creating dataleaks: the memory heap was freed, but mask was pointign at the heap and being returned, creating at the end abandone…
Show description for 960d7e4
cePuerto
committed
960d7e4
View commit details
Copy full SHA for 960d7e4
Browse repository at this point
Added playwright for testing the behaviour of the model since many files from difference sources are required to be served for the spam detection. Added a path
cePuerto
committed
06a6f62
View commit details
Copy full SHA for 06a6f62
Browse repository at this point
Added playwright for testing the behaviour of the model since many files from difference sources are required to be served for the spam detector
cePuerto
committed
0860cfa
View commit details
Copy full SHA for 0860cfa
Browse repository at this point
You can’t perform that action at this time.