imap
Here are 525 public repositories matching this topic...
-
Updated
May 16, 2021 - Shell
-
Updated
May 12, 2021 - C#
-
Updated
May 13, 2021 - Python
-
Updated
May 3, 2021 - Perl
-
Updated
Jan 23, 2021 - C
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
-
Updated
May 15, 2021 - JavaScript
When using default settings, users will experience fewer bugs. So when there are issues, resetting to the default can be a quick fix/workaround. And this can lead to better bug reports.
We did this in Tiki for http://doc.tiki.org/Site-configuration-preferences. I got used to it and miss it in other applications. Basically, it shows user which settings have been modified and lets them reset to
-
Updated
May 11, 2021 - Go
a click on a chat in the chatlist should always open the chat, scrolled to bottom where the most recent message is.
currently, this is not true, if the chat is already the selected chat - this makes it hard to go bakc from the gallery to the chatlist or scroll to the most recent chat when a new message comes in while reading the backlog (esp. when #1513 is implemented).
clicking _any other
Feature Request
Having a way to quickly check if an email has been forwarded or replied would be great.
Summary
It could be done eg by having "undo/redo" arrows appearing next to the sender name, or in the bottom half of the avatar. I do not think hat this should be part of the manual tagging system, since it is more fundamental imo.
-
Updated
May 14, 2021 - JavaScript
-
Updated
Jan 7, 2018 - Go
-
Updated
May 15, 2021 - Java
-
Updated
Jan 25, 2021 - PHP
-
Updated
Mar 15, 2021 - Python
-
Updated
Mar 27, 2021 - PHP
-
Updated
May 16, 2021 - Rust
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."


The problem is obtaining system DNS configuration for use in resolver code. The relevant function is
NewExtResolverin framework/dns/dnssec.go.According to https://stackoverflow.com/a/13417318 comments it can be read from registry (DhcpNameServer or NameServer for each interface). Need to figure out which value should be preferred if there are multiple interfaces (or just use them all?).