-
MessageBuilder can also take Attachment(s) that can be constructed from strings (or byte arrays):
https://developer.blackberry.com/native/reference/cascades/bb__pim__message__attachment.html#function…
-
I am getting emails with attachments in the form of email.
Is there any way to parse this attachment part correctly, as with current IMAP code this email attachment(encoded as 7BIT) is not getting r…
-
I have 50 worker goroutines that start with a channel passed in. Then, the process forever loops reading 100 database records at a time and sleeping for 10 seconds in between database calls. As it loo…
-
As others have pointed out when this project was hosted on Google Code, would be really nice if you add html support in signatures too.
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature Description
The aim of this project is to create an email subscription form using HTML, CSS, and JavaS…
-
Hello
My system is Windows 11 + Thunderbird 102.6.0 Server: IMAP
I want to export emails including attachments. I'm trying to use the option: export/export all messages from folder/in HTML format (w…
-
Hi there,
In some of the emails we receive, the messages are a combination of multipart/mixed and multipart/alternative parts. E.g.:
````
From: xxxx
Date: Wed, 15 Nov 2017 07:49:37 +0100
Sub…
-
## Issue Description
Add a contact us button in the navbar for easy navigation to the form and add the client side email validation to save resources
Currently the form is acception malicious/inco…
-
**Problem Statement:**
- gulp-html-i18n generates subdirectories for language files inside /dist on build (ex.: dist/en-US, dist/ja, etc.)
![image](https://user-images.githubusercontent.com/55176130…
-
Could you please implement a simple SMTP server for emails ?
I have seen some libraries (https://nim-lang.org/docs/smtp.html) but I don't know anything about Nim yet.
I don't think self-hosted users…