Skip to content
#

imap

Here are 424 public repositories matching this topic...

Mailspring
DemonioCZ
DemonioCZ commented Feb 18, 2020

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"

meiamsome
meiamsome commented Mar 28, 2020

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

micw
micw commented Jan 27, 2020

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
1.8
ladar
ladar commented Jul 18, 2019

@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

gbonfiglio
gbonfiglio commented May 3, 2020

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
SkullTech
SkullTech commented Sep 3, 2018

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
jasonmunro
jasonmunro commented Mar 27, 2019

🚀 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

foxcpp
foxcpp commented Mar 3, 2020

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

jancborchardt
jancborchardt commented Jan 19, 2020
  1. Compose a new message
  2. Notice you are not on the right account
  3. Use the account switcher
  4. 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

Thireus
Thireus commented Apr 23, 2017

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

bug

Improve this page

Add a description, image, and links to the imap topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the imap topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.