imap
Here are 520 public repositories matching this topic...
-
Updated
Apr 15, 2021 - Shell
-
Updated
Apr 15, 2021 - C#
-
Updated
Apr 12, 2021 - Python
-
Updated
Mar 22, 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)
More formatting options
The possibility to add a color and a background color to the text, to set ship sizes in px, to set links and maybe even to choose different fonts are certainly great options that should not be missing in any modern mail program.
-
Updated
Jan 7, 2018 - Go
-
Updated
Apr 15, 2021 - JavaScript
-
Updated
Apr 12, 2021 - Java
-
Updated
Jan 25, 2021 - PHP
-
Updated
Mar 15, 2021 - Python
-
Updated
Mar 27, 2021 - PHP
-
Updated
Apr 15, 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?).