tonyarkles (Tony Arkles)
- Login: tonyarkles
- Email: tony@peakxp.com
- Registered on: 10/05/2012
- Last sign in: 10/13/2012
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 5 | 5 |
Activity
10/13/2012
-
01:25 PM Ruby Feature #7145: Add string-based range support to IMAP library
- I broke the pull request. https://github.com/ruby/ruby/pull/196 is the fixed one.
-
01:25 PM Ruby Bug #7146: IMAP: messages with a mime-attachment of type "message/delivery-notification" fail
- I accidentally broke the pull request. Fixed one at https://github.com/ruby/ruby/pull/196
-
01:24 PM Ruby Bug #7147: IMAP: emails with message/rfc822 attachments fail to parse
- I broke the one pull request. Fixed at https://github.com/ruby/ruby/pull/196
-
01:23 PM Ruby Bug #7153: IMAP: emails with (BODY ("MIXED")) returned from fetch fail to parse
- Pull request: https://github.com/ruby/ruby/pull/196
-
12:48 PM Ruby Bug #7153: IMAP: emails with (BODY ("MIXED")) returned from fetch fail to parse
- OK, the patch for this will have conflicts with the patches for #7145, #7146, and #7147 because it also adds unit tests to test_imap_response_parser.rb. I'm not sure what the best approach is for this... Whether to wait until that pull r...
-
12:35 PM Ruby Bug #7153 (Closed): IMAP: emails with (BODY ("MIXED")) returned from fetch fail to parse
- I'm not sure if this is even valid IMAP (I couldn't find a reference to it in the RFC), but Google's IMAP server seems to return these occasionally. Found a message in my Inbox that wouldn't parse because of this.
I've added a test an...
10/12/2012
-
11:31 AM Ruby Feature #7145: Add string-based range support to IMAP library
- Was in "ruby 1.9.3p194" that I noticed the problem.
-
11:31 AM Ruby Bug #7146: IMAP: messages with a mime-attachment of type "message/delivery-notification" fail
- Was in version "ruby 1.9.3p194" that I noticed the problem.
-
11:29 AM Ruby Bug #7146 (Closed): IMAP: messages with a mime-attachment of type "message/delivery-notification" fail
- When doing im.fetch("1:*", "FULL") on my inbox, I discovered an email message that had a delivery notification attached to it. This failed to parse around line 2414 in imap.rb. I've fixed this in https://github.com/ruby/ruby/pull/193 and...
-
11:31 AM Ruby Bug #7147 (Closed): IMAP: emails with message/rfc822 attachments fail to parse
- Doing im.fetch("1:*", "FULL") on my inbox resulted in a few email messages with attached emssage/rfc822 emails (these were forwarded by someone else). These messages failed to parse. I've fixed this in https://github.com/ruby/ruby/pull/1...