Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Reply all is the better default for now, | Christian Mollekopf | 2017-07-11 |
| | | | | so you can simply remove the recipients you're not interested. | ||
* | Don't set that option twice | Christian Mollekopf | 2017-07-06 |
| | |||
* | Reply to signed messages. | Christian Mollekopf | 2017-06-30 |
| | |||
* | Fixed html to plaintext conversion | Christian Mollekopf | 2017-06-30 |
| | |||
* | Fixed the reply regexp | Christian Mollekopf | 2017-06-23 |
| | |||
* | Refactored the reply generating code for comprehensibility | Christian Mollekopf | 2017-06-23 |
| | |||
* | Newline after "On %date you wrote:" | Christian Mollekopf | 2017-06-23 |
| | |||
* | Fixed subject replacements | Christian Mollekopf | 2017-06-23 |
| | |||
* | Also load slightly more complex mails. | Christian Mollekopf | 2017-06-22 |
| | | | | And convert simple html to plaintext. | ||
* | Reduced the messagetreeparser to aproximately what we actually require | Christian Mollekopf | 2017-06-04 |
| | | | | | | | | | | | While in a much more managable state it's still not pretty. However, further refactoring can now gradually happen as we need to do further work on it. Things that should happen eventually: * Simplify the logic that creates the messageparts (we don't need the whole formatter plugin complexity) * Get rid of the nodehelper (let the parts hold the necessary data) * Get rid of partmetadata (let the part handleit) | ||
* | Moved MIME related stuff to a mime subdir | Christian Mollekopf | 2017-05-23 |