You may want to export email addresses from Outlook for an email campaign, a sales campaign, or another project… Whatever your need, SigParser saves you time by automatically exporting email addresses and other contact details from Outlook.
Get a FREE trial or demo of SigParser to find contacts in your past emails and calendars
SigParser securely connects to Outlook to automatically scan past emails and calendar meetings to find contact details such as email addresses, names, phone numbers, business names, titles, addresses, and more. Once contact details are found, SigParser makes it easy to export contact details to a CSV file or other applications.
Easily connect one or hundreds of mailboxes to automatically scan all of your emails and calendar meetings for contact details. Connect your Gmail, Outlook, or Microsoft account in under 2 minutes - no IT involvement required.

SigParser scans email headers, messages, signatures, reply chains, and more to find email addresses, names, phone numbers, titles, and more.

SigParser can scan years into the past to find email addresses and relationships details. This can yield thousands of contacts you forgot you knew and save countless hours of manual data entry. localhost11501 portable

SigParser makes it easy to export contact details to .csv or Excel files. It also integrates with CRM, Contact, and Marketing apps to automatically update your contacts.

– Portable versions of lightweight databases (SQLite studio, Redis portable) occasionally open a web-based admin panel on a locally bound high port.
| Issue | Solution | |-------|----------| | | Run netstat -ano \| findstr :11501 (Windows) or lsof -i :11501 (Mac/Linux). Kill the conflicting process or change your portable app's port. | | Browser says “Unable to connect” | Ensure the server is actually running. Check if binding is to 127.0.0.1 not 0.0.0.0 . Also verify no firewall block (unlikely for localhost). | | Portable app doesn’t save settings | Some portable launchers need write permissions to the USB drive. Remount the drive or run as administrator (if unavoidable). | | Can’t access from another device on network | That’s by design for localhost binding. For network access, change bind to 0.0.0.0 but then it’s not strictly “localhost” only – assess security risks. |
– Portable versions of lightweight databases (SQLite studio, Redis portable) occasionally open a web-based admin panel on a locally bound high port.
| Issue | Solution | |-------|----------| | | Run netstat -ano \| findstr :11501 (Windows) or lsof -i :11501 (Mac/Linux). Kill the conflicting process or change your portable app's port. | | Browser says “Unable to connect” | Ensure the server is actually running. Check if binding is to 127.0.0.1 not 0.0.0.0 . Also verify no firewall block (unlikely for localhost). | | Portable app doesn’t save settings | Some portable launchers need write permissions to the USB drive. Remount the drive or run as administrator (if unavoidable). | | Can’t access from another device on network | That’s by design for localhost binding. For network access, change bind to 0.0.0.0 but then it’s not strictly “localhost” only – assess security risks. |