summaryrefslogtreecommitdiff
path: root/src/platform/cygwin.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* platform: add cygwin supportJason A. Donenfeld2014-04-171-0/+16
an class='insertions'>+2 Made the Rakefile read the version number from lib/feed2imap/feed2imap.rb instead of having it duplicated in both places. 2013-08-27Pass feed URL to ruby-feedparserAntonio Terceiro2-3/+3 This will make ruby-feedparser automatically calculate the full URL of feed items whose link is present in the feed with only a path and not hostname. ruby-feedparser will add the hostname where the feed came from. 2013-08-25Remove embedded copy of Net::IMAPAntonio Terceiro2-3602/+1 This was actually causing problems to read IMAP data back. 2013-08-25Only remove leading slash from IMAP mailboxesAntonio Terceiro1-1/+2 Otherwise this breaks maildir support 2013-08-25Revert "Keep the maildir path instact"Antonio Terceiro1-0/+1 This reverts commit 2f0e3542adcf7242f8a3401363752aab4cfa1961. 2013-08-24New releaseAntonio Terceiro1-1/+2 authors attribute is now mandatory for gemspec 2013-08-13Run tests as default rake testAntonio Terceiro1-1/+1 2013-08-13Temporaily disable test that depends on networkAntonio Terceiro1-1/+1 2013-08-13Fix MaildirAccount class; add testsAntonio Terceiro6-5/+156 2013-08-13Force encoding of data to UTF-8Antonio Terceiro1-1/+1 2013-08-13Keep the maildir path instactAntonio Terceiro1-1/+0 So maildir:///path/to/maildir points to /path/to/maildir