aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/incoming_message.rb
Commit message (Expand)AuthorAgeLines
* Merge branch 'develop' of github.com:sebbacon/alaveteli into developDavid Cabo2012-05-28-37/+41
|\
| * Further annotation correctionsSeb Bacon2012-05-24-20/+21
| * Re-annotate modelsSeb Bacon2012-05-24-21/+21
| * Merge from wombleton:feature/440_sparkly_admin_cssSeb Bacon2012-05-23-4/+8
| * Remove trailing whitespace (to make a cleaner forthcoming merge with wombleto...Seb Bacon2012-05-15-31/+31
| * Don't set attachment size explicitly -- can result in race condition which in...Seb Bacon2012-05-02-1/+0
* | I18n missing descriptions when editing out email addressesDavid Cabo2012-05-28-3/+3
* | I18n missing string in model for quoted sectionsDavid Cabo2012-05-28-2/+2
|/
* Specify attachment orderingRobin Houston2012-02-03-1/+1
* Remove trailing whitespaceRobin Houston2012-02-03-2/+2
* Fail fasterRobin Houston2012-01-29-0/+3
* Force the 'C' locale for elinksRobin Houston2012-01-17-2/+2
* Comment typoRobin Houston2012-01-17-1/+1
* Explicitly specify little-endian UCS-2Robin Houston2012-01-17-2/+2
* Use AlaveteliExternalCommand for pdf recompressionRobin Houston2012-01-17-7/+3
* Replace all `which command` callsRobin Houston2012-01-17-12/+8
* Typo whoopsRobin Houston2012-01-17-1/+1
* Call uudecode via AlaveteliExternalCommandRobin Houston2012-01-17-3/+1
* Changes to attempt to ensure we always get a consistent state for an incoming...Seb Bacon2012-01-12-14/+16
* Ensure model schema documentation is up to date.Seb Bacon2012-01-09-6/+12
* Ensure attachments have been parsed before generating cached extractsSeb Bacon2012-01-05-0/+1
* Correctly test for auto-submitted headers. Fixes #316.Seb Bacon2012-01-05-2/+2
* Display internationalized emails correctly (specifically, RFC2047 headers, an...Seb Bacon2012-01-04-47/+44
* Remove class file that was made redundant in 79fd89c5aec01ea035d57c5a71213202...Seb Bacon2012-01-04-269/+0
* Ensure we always censor safe_mail_from; and mention new only-parse-once featu...Seb Bacon2011-12-21-12/+12
* Ensure we only parse emails when needed by referring to a new last_parsed fie...Seb Bacon2011-12-21-49/+29
* Further improvements to attachment cachingSeb Bacon2011-12-13-38/+48
* WIP on caching attachmentsSeb Bacon2011-12-12-90/+174
* fix calls to which commandJames McKinney2011-10-11-9/+9
* Use flexible binary paths for external commandsJames McKinney2011-10-11-6/+6
* Improve signature folding regexp. Fixes issue #253.Seb Bacon2011-10-11-12/+4
* Merge branch 'wdtk' into developRobin Houston2011-09-19-1/+1
|\
| * Extend the detection of DNR addressesRobin Houston2011-09-08-1/+1
* | Provide ability to download zip file containing complete request. Closes #11Seb Bacon2011-09-13-37/+8
* | Improve detection of autoresponse emails, so we can discourage users from rep...Seb Bacon2011-09-09-1/+6
|/
* Add test for generation of HTML versions of attachments. As a side-effect, m...Seb Bacon2011-08-17-2/+2
* Force elinks to assume UTF8 character set for its input (used when making pla...Seb Bacon2011-08-12-1/+1
* Remove more whatdotheyknow references. Closes #113 (I think).Seb Bacon2011-08-12-1/+2
* I18n'd hardcoded WhatDoTheyKnow strings, mostly in mails. Use named variable ...David Cabo2011-08-11-3/+5
* Apply censor rules even when pdftk refuses to compress. Also provide for alt...Seb Bacon2011-08-10-1/+13
* Fix dependency problem when deleting incoming messages. Closes #115Seb Bacon2011-08-08-2/+1
* 1) You can’t call an instance method from a class method (d’oh)Robin Houston2011-07-14-2/+2
* Continue processing if we encounter a corrupt zip fileRobin Houston2011-07-13-21/+31
* Google Docs Viewer can now handle .pptx and .xlsx files.Robin Houston2011-07-04-50/+39
* Calling a class method from an instance method needs to be done explicitlyRobin Houston2011-06-22-1/+1
* Run wvText through the external_command wrapper, tooRobin Houston2011-06-21-1/+1
* Replace STDERR.puts by $stderr.puts elsewhere, which is potentially more flex...Robin Houston2011-06-21-2/+2
* - Refactor models/incoming_message.rb to get rid of the hideousRobin Houston2011-06-21-190/+92
* TypoRobin Houston2011-06-21-1/+1
* If we print an error message from an external converter program,Robin Houston2011-06-20-0/+1