Glenn Wilkinson
Glenn Wilkinson
I have the following code which works fine to search for new email by sequence numbers: ### Code: ``` // Search for unread emails criteria := imap.NewSearchCriteria() criteria.WithoutFlags = []string{"\\Seen"}...
I think this is the same issue as https://github.com/mailslurper/mailslurper/issues/83 but it's marked closed and I can't reopen it. **I sent this simple email via Mailslurp:** ``` This is a test...
When following the compilation instructions on the main page I get the following error: ``` mkdir mailslurper cd mailslurper git clone https://github.com/mailslurper/mailslurper.git Cloning into 'mailslurper'... remote: Enumerating objects: 2049, done....
I'm writing a Chrome extension with InboxSDK with the goal of forwarding an email to a predetermined address (e.g a helpdesk). I'm going down the OAuth road now as I...
I find that the way landing pages/email templates/sending profiles is structured is a little counter-intuitive and disconnected. I think these should be collapsed into one 'thing', of which the name...
### How to Send Gophish SMS Campaigns I'm not sure where this should go (is there a gophish wiki?), but in case someone else searches for 'SMS' here's my solution:...
This pull requests adds support for arbitrary campaign events. For example, you could craft an event of **'Secondary Link Clicked'** or **'Word Document Opened'** or **'Watched Training Video'** or **'Plugged...
I suspect I'm being a right noob here, but I can't seem to get the app installed. I followed the installation instructions [here](https://github.com/duo-labs/isthislegit/blob/master/docs/installation.md#installing-the-dashboard), but when hitting `gcloud app browse` I...
This IMAP library fails for Microsoft Exchange servers because of the hardcoded UTF-8 charset: `imap: unexpected completion status (\"NHGVU5 NO [BADCHARSET (US-ASCII)] The specified charset is not supported.\")"` I've removed...
When trying to retrieve unread emails from Microsoft Exchange servers the following error is encountered: `uid search failed: imap: unexpected completion status ("RXUGA5 NO [BADCHARSET (US-ASCII)] The specified charset is...