imap
Here are 524 public repositories matching this topic...
-
Updated
Apr 30, 2021 - Shell
-
Updated
May 3, 2021 - C#
-
Updated
May 3, 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
Apr 9, 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
Apr 11, 2021 - Go
A script to update the change-log in static/chat.delta.desktop.appdata.xml
from CHANGELOG.md
.
Reason:
We didn't update it in the last releases, because it was too much extra work and only flat-pack uses it AFAIK.
Maybe we can also move the file out of the static folder and find a better place for it? (maybe the build folder or repo root)
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 3, 2021 - JavaScript
-
Updated
Jan 7, 2018 - Go
-
Updated
May 1, 2021 - Java
-
Updated
Jan 25, 2021 - PHP
-
Updated
Mar 15, 2021 - Python
-
Updated
Mar 27, 2021 - PHP
-
Updated
May 3, 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
NewExtResolver
in 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?).