* Added ModestMailOperationQueue
authorSergio Villar Senin <svillar@igalia.com>
Thu, 7 Dec 2006 08:03:25 +0000 (08:03 +0000)
committerSergio Villar Senin <svillar@igalia.com>
Thu, 7 Dec 2006 08:03:25 +0000 (08:03 +0000)
commit3084439a659fa9aec750337f94cad4bca0c92898
tree44da007504edf1ea49b6c66b277ce5e5b89717f7
parent52663ab50c775a3359bfb67e5f06029f35b900f2
* Added ModestMailOperationQueue
* Added ModestFormmatter
* Reformatted the modest-text-utils
* Added some HTML formatter methods to the text utils
* Added support to reply/forward HTML messages
* Modified the tests in order to fit well with the new queue API
* Removed a redundant method in the msg actions stuff
* Refactored the reply/forward methods

pmo-trunk-r522
14 files changed:
src/Makefile.am
src/gtk/modest-edit-msg-window.c
src/modest-formatter.c [new file with mode: 0644]
src/modest-formatter.h [new file with mode: 0644]
src/modest-mail-operation-queue.c [new file with mode: 0644]
src/modest-mail-operation-queue.h [new file with mode: 0644]
src/modest-mail-operation.c
src/modest-mail-operation.h
src/modest-text-utils.c
src/modest-text-utils.h
src/modest-tny-msg-actions.c
src/modest-tny-msg-actions.h
tests/Makefile.am
tests/update-account.c