| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
This allows disabling either HTML or text parts to save bandwidth/disk
space on the IMAP server.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Patch from Guido Berhoerster <guido@berhoerster.name>:
Hello,
here is a small patch that avoids using the valid(!) domain
"acme.com" for generating message ids and email addresses. It
adds a new global configuration option "default-email" which will
be used in case a feed does provide one, currently feed2imap
resorts to "feed2imap@acme.com". If this configuration option is
not given it will basically default to <logname>@<hostname> as
returned by Etc.getlogin and Socket.gethostname.
Yours,
|
| |
|
|
|
|
| |
... and only use multipart/alternative in the other case.
|
| |
|
|
|
|
| |
item (thanks to Joachim Breitner for noticing)
|
| |
|
|
|
|
|
|
| |
Email headers are not supposed to be UTF-8 encoded and should be plain
us-ascii. This change encodes the From: and To: fields of the emails sent out
by feed2imap in Base64, using the =utf-8?b?...?= syntax.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@139 f70e237a-67f3-0310-a06c-d2b8a7116972
|
|
|
|
| |
git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@138 f70e237a-67f3-0310-a06c-d2b8a7116972
|
|
|
|
| |
git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@104 f70e237a-67f3-0310-a06c-d2b8a7116972
|
|
|
|
| |
git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@103 f70e237a-67f3-0310-a06c-d2b8a7116972
|
|
|
|
|
|
|
| |
- improved example config file
git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@99 f70e237a-67f3-0310-a06c-d2b8a7116972
|
|
|
|
| |
f70e237a-67f3-0310-a06c-d2b8a7116972
|
|
|
|
| |
git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@86 f70e237a-67f3-0310-a06c-d2b8a7116972
|
|
|
|
| |
git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@84 f70e237a-67f3-0310-a06c-d2b8a7116972
|
|
git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@73 f70e237a-67f3-0310-a06c-d2b8a7116972
|