Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restructure source layout grouping qtmail example files together, separate ↵ | AleksW | 2010-04-07 | 20 | -6888/+0 |
| | | | | from QMF. | ||||
* | Stop duplicate directory seperators for temp paths | espringe | 2010-04-07 | 1 | -1/+1 |
| | |||||
* | Use $QMF_DATA/tmp for temporary files | Don Sanders | 2010-03-15 | 1 | -1/+1 |
| | | | | | | | | | | Fixes: Problems caused by /tmp filling up on large mails. Task: QTSOL-123 Details: Modify QMail::tempPath() implementation and modify attachment viewing and part downloading to use QMail::tempPath instead of QDir::tempPath, which seemed incorrect. | ||||
* | Workaround qdoc errors of the form: | Don Sanders | 2010-02-24 | 2 | -2/+2 |
| | | | | | Cannot find 'QMailTransport' specified with '\class' in any header file Caused by QT_END_NAMESPACE macros. | ||||
* | Qt 4.7 got global hash function for QUrl. Don't define an extra one. | Christian Kamm | 2010-02-22 | 1 | -0/+4 |
| | | | | | | See b38da980696e69b61d2f5411ad2f2c36453ed089 in Qt. Reviewed-by: owolff | ||||
* | OSX: Dont unecessarily build plugins as frameworks. | AleksW | 2010-02-22 | 1 | -3/+1 |
| | |||||
* | If Qt is built as a framework on OSX, build QMF as a framework also. | AleksW | 2010-02-22 | 1 | -0/+2 |
| | |||||
* | On Windows consider the build configuration of the Qt libraries we are ↵ | AleksW | 2010-02-19 | 1 | -6/+5 |
| | | | | compiling against. If the build configuration is not specified we should match the configuration of the Qt libraries. | ||||
* | Global keyboard accelerators, a new approach. | Don Sanders | 2010-02-02 | 1 | -0/+2 |
| | |||||
* | Allow QMF to compile against namespaced Qt. | MattV | 2009-12-18 | 3 | -3/+16 |
| | |||||
* | Fix inline image loading for QTextBrowser rendering.2009W49 | MattV | 2009-12-02 | 2 | -48/+84 |
| | |||||
* | Add inline image loading when using WebKit renderer. | MattV | 2009-12-02 | 4 | -26/+226 |
| | |||||
* | Remove instances of 'Qt Software' from copyright info. | MattV | 2009-11-23 | 6 | -6/+6 |
| | |||||
* | Rely on common.pri for CONFIG settings. | MattV | 2009-09-16 | 1 | -3/+2 |
| | |||||
* | Documentation fixes. | MattV | 2009-08-03 | 2 | -13/+24 |
| | |||||
* | Ensure browserwidget actions are shown in addition to context specific ↵ | AleksW | 2009-07-21 | 4 | -13/+80 |
| | | | | action items. | ||||
* | More viewer plugin cleanup. | AleksW | 2009-07-21 | 4 | -36/+16 |
| | |||||
* | Enable external handling of link clicks for webview. Rename define. | AleksW | 2009-07-15 | 2 | -9/+11 |
| | |||||
* | Same as last commit. | AleksW | 2009-07-15 | 1 | -1/+1 |
| | |||||
* | Fix compile after file rename change. | AleksW | 2009-07-15 | 3 | -4/+4 |
| | |||||
* | Rename files to reflect new class name. | AleksW | 2009-07-15 | 2 | -0/+0 |
| | |||||
* | Add optional webkit support for mail reader. WIP. | AleksW | 2009-07-15 | 4 | -91/+114 |
| | |||||
* | Remove invalid escape sequences. | MattV | 2009-06-22 | 1 | -3/+3 |
| | |||||
* | Allow a message part to be forwarded without prior download. | MattV | 2009-06-15 | 3 | -1/+28 |
| | |||||
* | Merge branch 'qmf-1.0' | MattV | 2009-06-05 | 3 | -9/+102 |
|\ | | | | | | | | | Conflicts: src/libraries/qtopiamail/support/qmailnamespace.cpp | ||||
| * | Update copyright header.2009W23 | MattV | 2009-06-05 | 3 | -9/+102 |
| | | |||||
* | | Merge branch 'qmf-1.0' | MattV | 2009-06-04 | 3 | -9/+102 |
|\| | | | | | | | | | Conflicts: src/libraries/qtopiamail/support/qmailnamespace.h | ||||
| * | Update copyright header. | MattV | 2009-06-04 | 3 | -9/+102 |
| | | |||||
* | | Merge branch 'qmf-1.0' | MattV | 2009-06-04 | 1 | -0/+3 |
|\| | | | | | | | | | Conflicts: src/libraries/qtopiamail/support/qmaillog.h | ||||
| * | Default logging to enabled when build config includes 'debug'. | MattV | 2009-06-04 | 1 | -0/+3 |
| | | |||||
* | | Compile with MSVC9. | MattV | 2009-05-22 | 1 | -0/+2 |
| | | |||||
* | | Do not use separate debug/release configurations. | MattV | 2009-05-21 | 1 | -0/+1 |
|/ | |||||
* | Improved meta data item layout. | MattV | 2009-04-27 | 1 | -1/+1 |
| | |||||
* | Do not try to additionally open 'download' links as files. | MattV | 2009-04-20 | 1 | -0/+1 |
| | |||||
* | Better URL linking. | MattV | 2009-04-14 | 2 | -94/+102 |
| | |||||
* | Do not permit whitespace in URL credential specifications. | MattV | 2009-04-14 | 1 | -1/+1 |
| | |||||
* | Ensure URL contains a location part before trying to manipulate it. | MattV | 2009-04-09 | 1 | -12/+14 |
| | |||||
* | Assume trailing punctuation is external to the URL. | MattV | 2009-04-08 | 1 | -5/+10 |
| | |||||
* | Improved URL recognition. | MattV | 2009-04-08 | 2 | -74/+160 |
| | |||||
* | Progressively download text/plain messages and parts. | MattV | 2009-04-03 | 4 | -4/+24 |
| | |||||
* | Close the attachment dialog once the part it refers to is destroyed.2009W13 | MattV | 2009-03-27 | 2 | -4/+26 |
| | |||||
* | Simplify the list view address display. | MattV | 2009-03-25 | 1 | -8/+2 |
| | |||||
* | Improved handling for partially downloaded data. | MattV | 2009-03-24 | 2 | -23/+30 |
| | |||||
* | Improved support for content-ID URLs. | MattV | 2009-03-18 | 2 | -14/+42 |
| | |||||
* | Improved support for multipart/related messages. | MattV | 2009-03-18 | 2 | -52/+89 |
| | |||||
* | Basic support for showing multipart content inline. | MattV | 2009-03-18 | 3 | -76/+97 |
| | |||||
* | Show parts with no content available as attachments. | MattV | 2009-03-17 | 1 | -7/+11 |
| | |||||
* | Description: Smarter completion logic for mails that are not completely ↵2009W11 | Don Sanders | 2009-03-13 | 1 | -2/+2 |
| | | | | | | | | downloaded. For these mails get as many inline parts as possible without going over the download limit set for the account. This is useful so that for mails with attachments that have some inline text, we can just download the text and leave the other parts on the server. Rather than getting just inline parts, maybe should get all non-attachment parts, as e.g. I think signatures have dispostion type none (rather than inline or attachment). | ||||
* | Fixes: No way to retrieve non attachment parts. | Don Sanders | 2009-03-13 | 1 | -6/+10 |
| | | | | Description: Provide a link to download message parts that are not attachments. | ||||
* | More date display improvements. | Aleks Wojcik | 2009-03-11 | 1 | -2/+17 |
| |