imap
Here are 424 public repositories matching this topic...
Context
When another mailserver attempts to send an email to the one set up with this docker compose set up over IPv6, the mail will be incorrectly processed by SPF protection.
Expected Behavior
The SPF check is run against the originating IPv6 address
Actual Behavior
The SPF check is run against the IPv4 gateway that docker is using to proxy the IPv6 connection (172.20.0.1 is th
Ideally, the ImapClientDemo sample would also demo IDLE support and restoring the connection if/when it gets dropped.
Can you make the menu appear when you click the right mouse button.
Menu when you click on the message:
Forward
Mark as
Spamming
Move
Delete
Create Filter
Menu when you click on a folder:
Clear
Squeeze
Set password
Is it possible?
With 1.8 we will have a fully working kubernetes based deployment of mailu and a helm chart. Helm 3 is out, so the helm chart can fully replace the current static k8s examples (static k8s files can be created with helm3 at client side without special requirements to the kubernetes cluster and even without running kubernetes).
I'd like to modify the documentation:
- replace existing kubernetes
The Help Browser is a new feature to bring online help to NeoMutt.
The code is in the devel/help branch.It adds a new config variable:
$help_doc_dir
which should point to a copy of thetest-doc
repo.
Help can be activated by pressing Alt-H
Part 1
Add a new config var
@gabrielmongefranco thank you for contacting me. In terms of contributing, we could certainly use your skills. Several things spring to mind.
We need to automate the process of building binary releases for the various popular distros (aka rpm/deb files), and writing a proper install/setup script. Our Jenkins server could handle the former, as it already does nightly build/test jobs on CentOS/De
General informations
- system/distribution (with version): Debian Buster
- offlineimap version (
offlineimap -V
): offlineimap v7.2.3 - Python version: v2.7.16
- server name or domain: Amazon WorkMail
- CLI options: nothing special
Configuration file offlineimaprc
[Repository WorkMail-Remote]
type = IMAP
remotehost = imap.mail.eu-west-1.awsapps.com
remoteuser = REDAC
If the user calls Client.Append
with flags containing invalid chars (e.g. a space), go-imap will send garbage to the server. We should check such user-provided strings.
Maybe we can introduce a function like func FormatRawString(s string) (RawString, error)
.
Examples
First example ::
>>> ms = i.messages(date__on=datetime.date(2018, 9, 4), unread=True, folder='Promotions')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Users\Sumit\AppData\Local\Programs\Python\Python37-32\lib\site-packages\imbox\imbox.py", line 95, in messages
**kwargs)
File "C:\Users\Sumit\AppData\Local\Programs\Python
-
Updated
May 24, 2020 - JavaScript
🚀 Feature
It would be nice to automatically add a user's Github repositories when github connect is enabled.
Design, Layout, Architecture
It should be pretty easy to query the user's repositories and add them to the user settings on github connect. The Github API already has an endpoint to list them, so we just need to write some code to fetch the list, parse it, and add them to the us
The current implementation keeps making attempts with 30 seconds delay. This might not be the best approach. Probably the delay should grow exponentially like it does with message queue retries (of course, it should be reset after a successful update and should have an upper bound at like 30 minutes)
The code to change:
https://github.com/foxcpp/maddy/blob/8f1d57293cb2135da75503e853101d8e0b7f3
- Compose a new message
- Notice you are not on the right account
- Use the account switcher
- Send the email
Actual behavior
The last draft state of the message will stay in the "Drafts" folder of the first account.
Expected behavior
When you switch the account, the draft is moved from the first account to the account you switched to. Thus when you send the mail, no draft v
The readme states that the following action needs to be performed in order to generate keys:
To generate keys for a new user the first time, just click Sign up on the login page and enter your IMAP credentials.
However, there is no such "Sign up" link on the login page. The only Sign up button is the one redirecting to protonmail.com/signup. Also directly accessing the "/signup" page doesn
-
Updated
May 26, 2020 - JavaScript
Steps:
Run standalone Greenmail server with the -Dgreenmail.auth.disabled option
send an email to the server for test@test.com //new account is created
Try to fetch emails for test@test.com from the server connecting as test@test.com with any password
Expected: The emails fetch successfully since documentation states:
Disables user authentication check, so that any password works.
``
-
Updated
Apr 29, 2020 - Go
this Login
should be replaces by the accounts email address.
This requires to change the translation string to make use of substitutions.
I did a similar change recently on delete chat: deltachat/deltachat-desktop@54ba2c7
-
Updated
Oct 13, 2019 - PHP
Here is a compilation of up-to-date RFCs related to IMAP:
- 2177 - IDLE Extension: https://tools.ietf.org/html/rfc2177
- 2342 - NAMESPACE Extension: https://tools.ietf.org/html/rfc2342
- 2971 - ID Extension: https://tools.ietf.org/html/rfc2971
- 3348 - CHILDREN Extension: https://tools.ietf.org/html/rfc3348
- 3501 - IMAP 4rev1: https://tools.ietf.org/html/rfc3501
- 3502 - MULTIAPPEND Exten
-
Updated
Oct 14, 2019 - PHP
Improve this page
Add a description, image, and links to the imap topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the imap topic, visit your repo's landing page and select "manage topics."
Hi, I found mistake in translation to czech, but I dont see it in this file. By every mail content, there is a number of "opens" (how many times it was open). Wrong czech translation is "otevřít"... it should be "otevřeno"