Changeset 3743
- Timestamp:
- 08/22/08 17:38:50
- Files:
-
- trunk/AUTHORS (modified) (1 diff)
- trunk/ChangeLog (modified) (323 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/AUTHORS
r3095 r3743 1 Philip Van Hoof <p vanhoof@gnome.org>1 Philip Van Hoof <philip@codeminded.be> 2 2 3 3 Freelance software developer at Codeminded bvba trunk/ChangeLog
r3742 r3743 1 2008-08-22 Philip Van Hoof <p vanhoof@gnome.org>1 2008-08-22 Philip Van Hoof <philip@codeminded.be> 2 2 3 3 * http://www.tinymail.org/trac/tinymail/ticket/81 … … 139 139 Parse properly broken rfc2047 recipient headers sent from gmail imap. 140 140 141 2008-06-26 Philip Van Hoof <p vanhoof@gnome.org>141 2008-06-26 Philip Van Hoof <philip@codeminded.be> 142 142 143 143 * Fixed LIST (SUBSCRIBED) for some IMAP servers … … 248 248 from methods no longer required by gtk-codegen. 249 249 250 2008-06-05 Philip Van Hoof <p vanhoof@gnome.org>250 2008-06-05 Philip Van Hoof <philip@codeminded.be> 251 251 252 252 * Merging folder flags from LSUB … … 309 309 directory (the one on top of cur, new and tmp). 310 310 311 2008-05-26 Philip Van Hoof <p vanhoof@gnome.org>311 2008-05-26 Philip Van Hoof <philip@codeminded.be> 312 312 313 313 * Bugfix when fetching parts and messages 314 314 * Fixed various copyright note issues 315 315 316 2008-05-21 Philip Van Hoof <p vanhoof@gnome.org>316 2008-05-21 Philip Van Hoof <philip@codeminded.be> 317 317 318 318 * Help piece of shit IMAP servers that don't do SEARCH correctly, like … … 320 320 FETCH. 321 321 322 2008-05-21 Philip Van Hoof <p vanhoof@gnome.org>322 2008-05-21 Philip Van Hoof <philip@codeminded.be> 323 323 324 324 * Writing in chunks of 64 bytes 325 325 * Timeout per chunk is 15 seconds 326 326 327 2008-05-20 Philip Van Hoof <p vanhoof@gnome.org>327 2008-05-20 Philip Van Hoof <philip@codeminded.be> 328 328 329 329 * Fixed a fallback envelope fetch, don't do the clear on the summary. … … 337 337 writing the stream. 338 338 339 2008-05-20 Philip Van Hoof <p vanhoof@gnome.org>339 2008-05-20 Philip Van Hoof <philip@codeminded.be> 340 340 341 341 * Differentiate between auto-cancellable and normally cancellable 342 342 items in TnyCamelQueue 343 343 344 2008-05-16 Philip Van Hoof <p vanhoof@gnome.org>344 2008-05-16 Philip Van Hoof <philip@codeminded.be> 345 345 346 346 * Fixed size reporting in POP, regression fix it seems … … 351 351 registering thread-safe. 352 352 353 2008-05-14 Philip Van Hoof <p vanhoof@gnome.org>353 2008-05-14 Philip Van Hoof <philip@codeminded.be> 354 354 355 355 * libtinymail-camel/tny-camel-queue.c: Letting the thread wait for … … 442 442 Use weak references to folders in accesses to store. 443 443 444 2008-04-30 Philip Van Hoof <p vanhoof@gnome.org>444 2008-04-30 Philip Van Hoof <philip@codeminded.be> 445 445 446 446 * Enlarged a lock for the transport-account in camel … … 452 452 user callback 453 453 454 2008-04-29 Philip Van Hoof <p vanhoof@gnome.org>454 2008-04-29 Philip Van Hoof <philip@codeminded.be> 455 455 456 456 * Extra robustness in TnyCamelSendQueue … … 475 475 Added implementations of find_msg_async method. 476 476 477 2008-04-25 Philip Van Hoof <p vanhoof@gnome.org>477 2008-04-25 Philip Van Hoof <philip@codeminded.be> 478 478 479 479 * Error reporting when sending a message without From, and a crash-fix … … 484 484 * This was a minor API change 485 485 486 2008-04-24 Philip Van Hoof <p vanhoof@gnome.org>486 2008-04-24 Philip Van Hoof <philip@codeminded.be> 487 487 488 488 * Removed all synchronous API usage in TnyCamelSendQueue … … 502 502 if they're "inline". 503 503 504 2008-04-23 Philip Van Hoof <p vanhoof@gnome.org>504 2008-04-23 Philip Van Hoof <philip@codeminded.be> 505 505 506 506 * Reference count fix in TnyCamelSendQueue … … 510 510 * Update Vala bindings and demo app 511 511 512 2008-04-22 Philip Van Hoof <p vanhoof@gnome.org>512 2008-04-22 Philip Van Hoof <philip@codeminded.be> 513 513 514 514 * tny_camel_account_add_option changed !! … … 519 519 * This was a major API change in libtinymail-camel 520 520 521 2008-04-20 Philip Van Hoof <p vanhoof@gnome.org>521 2008-04-20 Philip Van Hoof <philip@codeminded.be> 522 522 523 523 * These problems got highlighted during pre-release 0.0.9 … … 539 539 properly). 540 540 541 2008-04-18 Philip Van Hoof <p vanhoof@gnome.org>541 2008-04-18 Philip Van Hoof <philip@codeminded.be> 542 542 543 543 * Removed unnecessary old code rot in TnyCamelSendQueue that might … … 546 546 * Pre-release 0.0.9 preparations 547 547 548 2008-04-17 Philip Van Hoof <p vanhoof@gnome.org>548 2008-04-17 Philip Van Hoof <philip@codeminded.be> 549 549 550 550 * Corrections to reference handling for TnyCamelSendQueue … … 559 559 return -1 if there was an error reading from the vfs stream. 560 560 561 2008-04-15 Philip Van Hoof <p vanhoof@gnome.org>561 2008-04-15 Philip Van Hoof <philip@codeminded.be> 562 562 563 563 * Fixed alerts when get-msg-async takes place to have their account … … 566 566 * Various bugfixes 567 567 568 2008-04-14 Philip Van Hoof <p vanhoof@gnome.org>568 2008-04-14 Philip Van Hoof <philip@codeminded.be> 569 569 570 570 * Weak referenced folders in the folder-factor methods … … 574 574 * Experimentally nuked the caching of services ... 575 575 576 2008-04-11 Philip Van Hoof <p vanhoof@gnome.org>576 2008-04-11 Philip Van Hoof <philip@codeminded.be> 577 577 578 578 * Fixed a bug in case LIST and LSUB are not in agreement 579 579 * Marking certain symbols as deprecated 580 580 581 2008-04-10 Philip Van Hoof <p vanhoof@gnome.org>581 2008-04-10 Philip Van Hoof <philip@codeminded.be> 582 582 583 583 * Fixed a glitch in Jose Dapena Paz's patch of yesterday … … 622 622 (tny_merge_folder_get_id): fixed a reference leak 623 623 624 2008-04-07 Philip Van Hoof <p vanhoof@gnome.org>624 2008-04-07 Philip Van Hoof <philip@codeminded.be> 625 625 626 626 * Refcount problem in async contexts 627 627 * Fixing the actual problem, too 628 628 629 2008-04-03 Philip Van Hoof <p vanhoof@gnome.org>629 2008-04-03 Philip Van Hoof <philip@codeminded.be> 630 630 631 631 * Merged patch for upstream camel-lite bug #257361 … … 638 638 to previous change in imap. 639 639 640 2008-04-02 Philip Van Hoof <p vanhoof@gnome.org>640 2008-04-02 Philip Van Hoof <philip@codeminded.be> 641 641 642 642 * Added a name file, just like the url_string file, to each account 643 643 * Moved the sendqueue's outbox and sentbox under a sendqueue subdir 644 644 645 2008-04-01 Philip Van Hoof <p vanhoof@gnome.org>645 2008-04-01 Philip Van Hoof <philip@codeminded.be> 646 646 647 647 * Storing certificate fingerprints in cache_dir … … 651 651 * Merging with camel upstream 652 652 653 2008-03-31 Philip Van Hoof <p vanhoof@gnome.org>653 2008-03-31 Philip Van Hoof <philip@codeminded.be> 654 654 655 655 * Creating the POP account's cache dir when/if removed 656 656 657 2008-03-28 Philip Van Hoof <p vanhoof@gnome.org>657 2008-03-28 Philip Van Hoof <philip@codeminded.be> 658 658 659 659 * Cleaning up cache when canceling a POP message download 660 660 661 2008-03-27 Philip Van Hoof <p vanhoof@gnome.org>661 2008-03-27 Philip Van Hoof <philip@codeminded.be> 662 662 663 663 * Support for Importance header 664 664 665 2008-03-26 Philip Van Hoof <p vanhoof@gnome.org>665 2008-03-26 Philip Van Hoof <philip@codeminded.be> 666 666 667 667 * Fixed several problems like documentation problems in Jose's patch … … 690 690 (tny_vfs_reset): Set priv->position to 0 after a successful reset 691 691 692 2008-03-25 Philip Van Hoof <p vanhoof@gnome.org>692 2008-03-25 Philip Van Hoof <philip@codeminded.be> 693 693 694 694 * Replaced a GByteArray with a EByteArray 695 695 696 2008-03-24 Philip Van Hoof <p vanhoof@gnome.org>696 2008-03-24 Philip Van Hoof <philip@codeminded.be> 697 697 698 698 * Rewrote tny_camel_folder_remove_msgs_default … … 702 702 * This was a minor API change 703 703 704 2008-03-20 Philip Van Hoof <p vanhoof@gnome.org>704 2008-03-20 Philip Van Hoof <philip@codeminded.be> 705 705 706 706 * Implementation of a connect() that will timeout within 15 seconds 707 707 for the non-SSL connection types. Experimental. 708 708 709 2008-03-19 Philip Van Hoof <p vanhoof@gnome.org>709 2008-03-19 Philip Van Hoof <philip@codeminded.be> 710 710 711 711 * Fast message moves when source and dest folder are both Maildir 712 712 713 2008-03-19 Philip Van Hoof <p vanhoof@gnome.org>713 2008-03-19 Philip Van Hoof <philip@codeminded.be> 714 714 715 715 * Bugfix when sending large E-mails to GMail's SMTP service … … 723 723 * Small bugfix in libtinymail-maemo 724 724 725 2008-03-18 Philip Van Hoof <p vanhoof@gnome.org>725 2008-03-18 Philip Van Hoof <philip@codeminded.be> 726 726 727 727 * Non-initialization of a variable caused memory corruption on the … … 737 737 error notification when there are problems in the local storage 738 738 739 2008-03-17 Philip Van Hoof <p vanhoof@gnome.org>739 2008-03-17 Philip Van Hoof <philip@codeminded.be> 740 740 741 741 * Made tny_folder_transfer_msgs_async cancellable … … 748 748 we don't have priority flag, for avoiding using heuristics. 749 749 750 2008-03-16 Philip Van Hoof <p vanhoof@gnome.org>750 2008-03-16 Philip Van Hoof <philip@codeminded.be> 751 751 752 752 * Added extra insurance that an INBOX folder will be present 753 753 754 2008-03-13 Philip Van Hoof <p vanhoof@gnome.org>754 2008-03-13 Philip Van Hoof <philip@codeminded.be> 755 755 756 756 * IMAP provider: bugfix when asking for a list of folders that has no … … 790 790 Added tny_camel_mem_stream_new_with_buffer() 791 791 792 2008-03-06 Philip Van Hoof <p vanhoof@gnome.org>792 2008-03-06 Philip Van Hoof <philip@codeminded.be> 793 793 794 794 * Experimental improvement in locking in the POP3 provider … … 801 801 Install libcamel-lite 802 802 803 2008-03-05 Philip Van Hoof <p vanhoof@gnome.org>803 2008-03-05 Philip Van Hoof <philip@codeminded.be> 804 804 805 805 * Experimental improvement in locking … … 811 811 LOGINDISABLED but we have secure auth methods in capabilities. 812 812 813 2008-03-05 Philip Van Hoof <p vanhoof@gnome.org>813 2008-03-05 Philip Van Hoof <philip@codeminded.be> 814 814 815 815 * Check-for-duplicates in TnyFolderObserver and TnyFolderMonitor … … 821 821 * This was a minor API change 822 822 823 2008-03-04 Philip Van Hoof <p vanhoof@gnome.org>823 2008-03-04 Philip Van Hoof <philip@codeminded.be> 824 824 825 825 * Leave on disk, MIME parsing. Highly experimental … … 838 838 including BODYSTRUCTURE prefix. 839 839 840 2008-03-04 Philip Van Hoof <p vanhoof@gnome.org>840 2008-03-04 Philip Van Hoof <philip@codeminded.be> 841 841 842 842 * Attempt at making mime parsing use the seekable capability of 843 843 streams instead of copying them in memory. This is experimental! 844 844 845 2008-03-04 Philip Van Hoof <p vanhoof@gnome.org>845 2008-03-04 Philip Van Hoof <philip@codeminded.be> 846 846 847 847 * Introduction of TnySeekable 848 848 * This is experimental 849 849 850 2008-03-03 Philip Van Hoof <p vanhoof@gnome.org>850 2008-03-03 Philip Van Hoof <philip@codeminded.be> 851 851 852 852 * Smaller bug fixes in the build … … 859 859 Removed obsolete libraries 860 860 861 2008-03-01 Philip Van Hoof <p vanhoof@gnome.org>861 2008-03-01 Philip Van Hoof <philip@codeminded.be> 862 862 863 863 * Fixes in the POP code for POP servers that return invalid CAPA … … 895 895 (pop3_get_message). Now it works even if no exception parameter is passed. 896 896 897 2008-02-20 Philip Van Hoof <p vanhoof@gnome.org>897 2008-02-20 Philip Van Hoof <philip@codeminded.be> 898 898 899 899 * Improvement for cancel's their reconnection 900 900 901 2008-02-18 Philip Van Hoof <p vanhoof@gnome.org>901 2008-02-18 Philip Van Hoof <philip@codeminded.be> 902 902 903 903 * Make distcheck for the .NET bindings (finally) 904 904 905 2008-02-16 Philip Van Hoof <p vanhoof@gnome.org>905 2008-02-16 Philip Van Hoof <philip@codeminded.be> 906 906 907 907 * NAMESPACE vs. LIST separator for mail.h-farm.it … … 909 909 * Various smaller bugfixes 910 910 911 2008-02-15 Philip Van Hoof <p vanhoof@gnome.org>911 2008-02-15 Philip Van Hoof <philip@codeminded.be> 912 912 913 913 * Merged Alberto's cancel patch of yesterday with some minor … … 935 935 (tny_vfs_reset): Return 0 on success 936 936 937 2008-02-09 Philip Van Hoof <p vanhoof@gnome.org>937 2008-02-09 Philip Van Hoof <philip@codeminded.be> 938 938 939 939 * Crash when the IMAP server doesn't support namespaces … … 945 945 * This was a minor API change 946 946 947 2008-02-05 Philip Van Hoof <p vanhoof@gnome.org>947 2008-02-05 Philip Van Hoof <philip@codeminded.be> 948 948 949 949 * Making the DotNet bindings actually work … … 960 960 reliable in some cases. 961 961 962 2008-02-03 Philip Van Hoof <p vanhoof@gnome.org>962 2008-02-03 Philip Van Hoof <philip@codeminded.be> 963 963 964 964 * Crashfix when retrieving a large message while expunging it from … … 981 981 debian/control.maemo-diablo files. 982 982 983 2008-01-30 Philip Van Hoof <p vanhoof@gnome.org>983 2008-01-30 Philip Van Hoof <philip@codeminded.be> 984 984 985 985 * Implemented DotNet bindings … … 991 991 devices 992 992 993 2008-01-29 Philip Van Hoof <p vanhoof@gnome.org>993 2008-01-29 Philip Van Hoof <philip@codeminded.be> 994 994 995 995 * Fixed reference counting for all TnyIterator implementations 996 996 997 2008-01-28 Philip Van Hoof <p vanhoof@gnome.org>997 2008-01-28 Philip Van Hoof <philip@codeminded.be> 998 998 999 999 * Removed the _func from all the interfaces and virtual function … … 1003 1003 * This was a major API change 1004 1004 1005 2008-01-28 Philip Van Hoof <p vanhoof@gnome.org>1005 2008-01-28 Philip Van Hoof <philip@codeminded.be> 1006 1006 1007 1007 * Added skeleton for unfinished DotNet bindings. This wont work yet, 1008 1008 it seems gapi2 is generating a few *Implementor types incorrectly. 1009 1009 1010 2008-01-27 Philip Van Hoof <p vanhoof@gnome.org>1010 2008-01-27 Philip Van Hoof <philip@codeminded.be> 1011 1011 1012 1012 * Various code improvements 1013 1013 * Merged camel-lite with upstream camel revision 8428 1014 1014 1015 2008-01-26 Philip Van Hoof <p vanhoof@gnome.org>1015 2008-01-26 Philip Van Hoof <philip@codeminded.be> 1016 1016 1017 1017 * Experimental expunge handling. Less expunging from the local … … 1021 1021 you might have been seeing in tny E-mail clients too. 1022 1022 1023 2008-01-26 Philip Van Hoof <p vanhoof@gnome.org>1023 2008-01-26 Philip Van Hoof <philip@codeminded.be> 1024 1024 1025 1025 * Workaround for a known problem that ain't easy to solve right now: … … 1030 1030 * This was a major API change 1031 1031 1032 2008-01-25 Philip Van Hoof <p vanhoof@gnome.org>1032 2008-01-25 Philip Van Hoof <philip@codeminded.be> 1033 1033 1034 1034 * Some IMAP servers don't instantly update sessions that where not in … … 1062 1062 * This was a major API change 1063 1063 1064 2008-01-22 Philip Van Hoof <p vanhoof@gnome.org>1064 2008-01-22 Philip Van Hoof <philip@codeminded.be> 1065 1065 1066 1066 * Added support for GtkHTML in libtinymailui-gtkhtml. This is highly … … 1085 1085 (thread_main): make the tny_transport_account_send cancellable 1086 1086 1087 2008-01-20 Philip Van Hoof <p vanhoof@gnome.org>1087 2008-01-20 Philip Van Hoof <philip@codeminded.be> 1088 1088 1089 1089 * Refactoring of all error reporting situations, errors and handling … … 1100 1100 * This was a major API change for all modules 1101 1101 1102 2008-01-19 Philip Van Hoof <p vanhoof@gnome.org>1102 2008-01-19 Philip Van Hoof <philip@codeminded.be> 1103 1103 1104 1104 * Fixed sync when offline transfers took place … … 1137 1137 was preventing the callback of connect_async from being called 1138 1138 1139 2008-01-15 Philip Van Hoof <p vanhoof@gnome.org>1139 2008-01-15 Philip Van Hoof <philip@codeminded.be> 1140 1140 1141 1141 * Better error reporting on connection failures … … 1146 1146 * initialize some priv-> member in TnyMaemoConicDevice 1147 1147 1148 2008-01-14 Philip Van Hoof <p vanhoof@gnome.org>1148 2008-01-14 Philip Van Hoof <philip@codeminded.be> 1149 1149 1150 1150 * Some aggresive memory checking revealed a few interesting memory … … 1157 1157 bits that should not be altered like that. 1158 1158 1159 2008-01-13 Philip Van Hoof <p vanhoof@gnome.org>1159 2008-01-13 Philip Van Hoof <philip@codeminded.be> 1160 1160 1161 1161 * Changed tny_mime_part_construct_from_stream to … … 1165 1165 * This was a major API change 1166 1166 1167 2008-01-12 Philip Van Hoof <p vanhoof@gnome.org>1167 2008-01-12 Philip Van Hoof <philip@codeminded.be> 1168 1168 1169 1169 * Merged camel-lite with Camel upstream rev. 8360 … … 1175 1175 * Non existing UIDs when BODY.PEEK-ing 1176 1176 1177 2008-01-11 Philip Van Hoof <p vanhoof@gnome.org>1177 2008-01-11 Philip Van Hoof <philip@codeminded.be> 1178 1178 1179 1179 * Preparations for the new summary store … … 1206 1206 over a previously freed field of a struct 1207 1207 1208 2007-12-30 Philip Van Hoof <p vanhoof@gnome.org>1208 2007-12-30 Philip Van Hoof <philip@codeminded.be> 1209 1209 1210 1210 * Performance enhancements … … 1212 1212 * Experimental performance improvement in tny-gtk-header-list-model.c 1213 1213 1214 2007-12-27 Philip Van Hoof <p vanhoof@gnome.org>1214 2007-12-27 Philip Van Hoof <philip@codeminded.be> 1215 1215 1216 1216 * Updates from Camel upstream, rfc 2047 decoder 1217 1217 1218 2007-12-26 Philip Van Hoof <p vanhoof@gnome.org>1218 2007-12-26 Philip Van Hoof <philip@codeminded.be> 1219 1219 1220 1220 * Committed Jeffrey Stedfast's patch for Camel upstream to … … 1223 1223 http://mail.gnome.org/archives/evolution-hackers/2007-December/msg00079.html 1224 1224 1225 2007-12-24 Philip Van Hoof <p vanhoof@gnome.org>1225 2007-12-24 Philip Van Hoof <philip@codeminded.be> 1226 1226 1227 1227 * Merging with Camel upstream … … 1231 1231 parents. 1232 1232 1233 2007-12-23 Philip Van Hoof <p vanhoof@gnome.org>1233 2007-12-23 Philip Van Hoof <philip@codeminded.be> 1234 1234 1235 1235 * Removed libtinymail-queues and libtinymail-asyncworker since those … … 1238 1238 * Reverted decoder patch, it contains buffer overflows 1239 1239 1240 2007-12-22 Philip Van Hoof <p vanhoof@gnome.org>1240 2007-12-22 Philip Van Hoof <philip@codeminded.be> 1241 1241 1242 1242 * Experimental support for NAMESPACE … … 1260 1260 Small changes to use the new signatures of the two functions. 1261 1261 1262 2007-12-21 Philip Van Hoof <p vanhoof@gnome.org>1262 2007-12-21 Philip Van Hoof <philip@codeminded.be> 1263 1263 1264 1264 * Code robustness … … 1286 1286 warnings and other problems 1287 1287 1288 2007-12-19 Philip Van Hoof <p vanhoof@gnome.org>1288 2007-12-19 Philip Van Hoof <philip@codeminded.be> 1289 1289 1290 1290 * New documentation style, third commit (libtinymailui-gtk) … … 1294 1294 * Made the new documentation style backward compatible for gtk-doc 1295 1295 1296 2007-12-18 Philip Van Hoof <p vanhoof@gnome.org>1296 2007-12-18 Philip Van Hoof <philip@codeminded.be> 1297 1297 1298 1298 * New documentation style, second commit (GtkDocFuture) … … 1302 1302 * This was a major API change 1303 1303 1304 2007-12-17 Philip Van Hoof <p vanhoof@gnome.org>1304 2007-12-17 Philip Van Hoof <philip@codeminded.be> 1305 1305 1306 1306 * New documentation style, first commit (GtkDocFuture) 1307 1307 1308 2007-12-17 Philip Van Hoof <p vanhoof@gnome.org>1308 2007-12-17 Philip Van Hoof <philip@codeminded.be> 1309 1309 1310 1310 * Bugfix in tny_folder_get_folders_async … … 1319 1319 Fixed three memory leaks 1320 1320 1321 2007-12-15 Philip Van Hoof <p vanhoof@gnome.org>1321 2007-12-15 Philip Van Hoof <philip@codeminded.be> 1322 1322 1323 1323 * Moved the TnyFolderStoreQuery parameter in … … 1327 1327 * This was a major API change 1328 1328 1329 2007-12-15 Philip Van Hoof <p vanhoof@gnome.org>1329 2007-12-15 Philip Van Hoof <philip@codeminded.be> 1330 1330 1331 1331 * Fixed some thread-unsafe code in TnyCamelSendQueue … … 1333 1333 * Fixed folder subscriptions and queries 1334 1334 1335 2007-12-14 Philip Van Hoof <p vanhoof@gnome.org>1335 2007-12-14 Philip Van Hoof <philip@codeminded.be> 1336 1336 1337 1337 * Bugfix in the POP support: when an item is not available remotely … … 1340 1340 * Detailed progress info for BODY fetches 1341 1341 1342 2007-12-13 Philip Van Hoof <p vanhoof@gnome.org>1342 2007-12-13 Philip Van Hoof <philip@codeminded.be> 1343 1343 1344 1344 * Added the TnyConnectionPolicy type for coping with connectivity … … 1388 1388 * Fixed minor build issues. 1389 1389 1390 2007-12-12 Philip Van Hoof <p vanhoof@gnome.org>1390 2007-12-12 Philip Van Hoof <philip@codeminded.be> 1391 1391 1392 1392 * Experimental appending instead of rewriting the summary.mmap 1393 1393 1394 2007-12-11 Philip Van Hoof <p vanhoof@gnome.org>1394 2007-12-11 Philip Van Hoof <philip@codeminded.be> 1395 1395 1396 1396 * Repeated the bugfix of Sergio to the other locations where the same … … 1441 1441 * ChangeLog: use UTF-8 for all entries 1442 1442 1443 2007-12-07 Philip Van Hoof <p vanhoof@gnome.org>1443 2007-12-07 Philip Van Hoof <philip@codeminded.be> 1444 1444 1445 1445 * Fixed the BODY fetcher to cope with unsolicited responses 1446 1446 * Fixed decoding of message headers in TnyMsg type 1447 1447 1448 2007-12-05 Philip Van Hoof <p vanhoof@gnome.org>1448 2007-12-05 Philip Van Hoof <philip@codeminded.be> 1449 1449 1450 1450 * Merged all of devel/pvanhoof/bs branch back … … 1465 1465 gtkmozembed, nss, and nspr. 1466 1466 1467 2007-12-02 Philip Van Hoof <p vanhoof@gnome.org>1467 2007-12-02 Philip Van Hoof <philip@codeminded.be> 1468 1468 1469 1469 * Merge from devel/pvanhoof/bs branch 1470 1470 1471 2007-11-30 Philip Van Hoof <p vanhoof@gnome.org>1471 2007-11-30 Philip Van Hoof <philip@codeminded.be> 1472 1472 1473 1473 * Bugfix for ticket #72 … … 1478 1478 * Fixed tny_camel_account_set_online 1479 1479 1480 2007-11-29 Philip Van Hoof <p vanhoof@gnome.org>1480 2007-11-29 Philip Van Hoof <philip@codeminded.be> 1481 1481 1482 1482 * Backporting stable things from the devel/pvanhoof/bs branch to trunk … … 1487 1487 until you expand the expander). 1488 1488 1489 2007-11-28 Philip Van Hoof <p vanhoof@gnome.org>1489 2007-11-28 Philip Van Hoof <philip@codeminded.be> 1490 1490 1491 1491 * Backporting stable things from the devel/pvanhoof/bs branch to trunk … … 1503 1503 not require libconic anymore 1504 1504 1505 2007-12-02 Philip Van Hoof <p vanhoof@gnome.org>1505 2007-12-02 Philip Van Hoof <philip@codeminded.be> 1506 1506 1507 1507 * Merging with trunk 1508 1508 1509 2007-12-02 Philip Van Hoof <p vanhoof@gnome.org>1509 2007-12-02 Philip Van Hoof <philip@codeminded.be> 1510 1510 1511 1511 * Fixed tny_mime_part_add of TnyCamelMimePart to fully cope with alien 1512 1512 mime parts 1513 1513 1514 2007-11-30 Philip Van Hoof <p vanhoof@gnome.org>1514 2007-11-30 Philip Van Hoof <philip@codeminded.be> 1515 1515 1516 1516 * Merging with trunk 1517 1517 1518 2007-11-29 Philip Van Hoof <p vanhoof@gnome.org>1518 2007-11-29 Philip Van Hoof <philip@codeminded.be> 1519 1519 1520 1520 * Fixed mime part purging … … 1522 1522 * Added TnyGtkExpanderMimePartView 1523 1523 1524 2007-11-28 Philip Van Hoof <p vanhoof@gnome.org>1524 2007-11-28 Philip Van Hoof <philip@codeminded.be> 1525 1525 1526 1526 * Several fixes. in the bodystructure parsing … … 1531 1531 * This was a major API change in libtinymail and libtinymailui 1532 1532 1533 2007-11-27 Philip Van Hoof <p vanhoof@gnome.org>1533 2007-11-27 Philip Van Hoof <philip@codeminded.be> 1534 1534 1535 1535 * Branchpoint bodystructure work 1536 1536 1537 2007-11-25 Philip Van Hoof <p vanhoof@gnome.org>1537 2007-11-25 Philip Van Hoof <philip@codeminded.be> 1538 1538 1539 1539 * Using the LOGIN-DELAY of a POP server … … 1542 1542 * Reconnect after the timeout has expired 1543 1543 1544 2007-11-22 Philip Van Hoof <p vanhoof@gnome.org>1544 2007-11-22 Philip Van Hoof <philip@codeminded.be> 1545 1545 1546 1546 * Refactored TnyCamelQueue to make more sense … … 1553 1553 * Fixed regression bug in the TnyCamelQueue refactoring 1554 1554 1555 2007-11-21 Philip Van Hoof <p vanhoof@gnome.org>1555 2007-11-21 Philip Van Hoof <philip@codeminded.be> 1556 1556 1557 1557 * Bugfix: the necessity of depth is old, and probably not needed … … 1579 1579 count when there is a change in the folder 1580 1580 1581 2007-11-20 Philip Van Hoof <p vanhoof@gnome.org>1581 2007-11-20 Philip Van Hoof <philip@codeminded.be> 1582 1582 1583 1583 * Bugfix makes ENABLE not happen if login failed … … 1590 1590 * Bugfix for Ubuntu packages 1591 1591 1592 2007-11-19 Philip Van Hoof <p vanhoof@gnome.org>1592 2007-11-19 Philip Van Hoof <philip@codeminded.be> 1593 1593 1594 1594 * IMAP protocol bugfix during Lemonade interop, bug found while … … 1605 1605 implementation (why?). Change it to use g_slice_free(). 1606 1606 1607 2007-11-16 Philip Van Hoof <p vanhoof@gnome.org>1607 2007-11-16 Philip Van Hoof <philip@codeminded.be> 1608 1608 1609 1609 * The cache deleter. A little bit of rework … … 1616 1616 message info instead of using simply the message uid. 1617 1617 1618 2007-11-16 Philip Van Hoof <p vanhoof@gnome.org>1618 2007-11-16 Philip Van Hoof <philip@codeminded.be> 1619 1619 1620 1620 * Bugfix in TnyGtkFolderStoreTreeModel: the signals where not being … … 1634 1634 allows the connection not to succed when the device is sleeping. 1635 1635 1636 2007-11-15 Philip Van Hoof <p vanhoof@gnome.org>1636 2007-11-15 Philip Van Hoof <philip@codeminded.be> 1637 1637 1638 1638 * Updating attachment flags after downloading of message … … 1646 1646 * Tons of little whitespace and coding style fixes. 1647 1647 1648 2007-11-14 Philip Van Hoof <p vanhoof@gnome.org>1648 2007-11-14 Philip Van Hoof <philip@codeminded.be> 1649 1649 1650 1650 * Changed a hard reference into a weak reference, although I'm not … … 1655 1655 yesterday's reference count fixes 1656 1656 1657 2007-11-13 Philip Van Hoof <p vanhoof@gnome.org>1657 2007-11-13 Philip Van Hoof <philip@codeminded.be> 1658 1658 1659 1659 * Weak references for TnyHeader instances in TnyCamelMsgHeader … … 1665 1665 * Renamed the control files with respect to the new maemo versions. 1666 1666 1667 2007-11-09 Philip Van Hoof <p vanhoof@gnome.org>1667 2007-11-09 Philip Van Hoof <philip@codeminded.be> 1668 1668 1669 1669 * Tryout lockup fix … … 1685 1685 avoid adding unmeaningful spaces to addresses. 1686 1686 1687 2007-11-08 Philip Van Hoof <p vanhoof@gnome.org>1687 2007-11-08 Philip Van Hoof <philip@codeminded.be> 1688 1688 1689 1689 * Backported changes from Pre release 0.0.4 preparations … … 1710 1710 * This is a major API change 1711 1711 1712 2007-11-07 Philip Van Hoof <p vanhoof@gnome.org>1712 2007-11-07 Philip Van Hoof <philip@codeminded.be> 1713 1713 1714 1714 * Some problems fixed in TnyGtkFolderStoreTreeModel when moving … … 1717 1717 * Bugfix when copying a folder into its own store under another name 1718 1718 1719 2007-11-06 Philip Van Hoof <p vanhoof@gnome.org>1719 2007-11-06 Philip Van Hoof <philip@codeminded.be> 1720 1720 1721 1721 * Rare but possible race condition when creating the IDLE thread, … … 1736 1736 * Don't leak an fp in md5_get_digest_from_file 1737 1737 1738 2007-11-05 Philip Van Hoof <p vanhoof@gnome.org>1738 2007-11-05 Philip Van Hoof <philip@codeminded.be> 1739 1739 1740 1740 * Merged with upstream Camel revision 8186 … … 1743 1743 version 1744 1744 1745 2007-11-05 Philip Van Hoof <p vanhoof@gnome.org>1745 2007-11-05 Philip Van Hoof <philip@codeminded.be> 1746 1746 1747 1747 * Bugfix when renaming or moving a local folder. Not all of its sub- … … 1752 1752 if). Please keep an eye on this one! 1753 1753 1754 2007-11-01 Philip Van Hoof <p vanhoof@gnome.org>1754 2007-11-01 Philip Van Hoof <philip@codeminded.be> 1755 1755 1756 1756 * GHost items when renaming a local folder, fixed … … 1769 1769 tny_camel_msg_header_set_flag() 1770 1770 1771 2007-10-31 Philip Van Hoof <p vanhoof@gnome.org>1771 2007-10-31 Philip Van Hoof <philip@codeminded.be> 1772 1772 1773 1773 * \NoSelect folders should never get a STATUS request, fixed … … 1779 1779 * This was a major API change 1780 1780 1781 2007-10-30 Philip Van Hoof <p vanhoof@gnome.org>1781 2007-10-30 Philip Van Hoof <philip@codeminded.be> 1782 1782 1783 1783 * Improvements to the AUTHORS file. Authors can obviously notify … … 1791 1791 unsetting other flags. 1792 1792 1793 2007-10-27 Philip Van Hoof <p vanhoof@gnome.org>1793 2007-10-27 Philip Van Hoof <philip@codeminded.be> 1794 1794 1795 1795 * Introduction of tny_gtk_msg_window_set_view … … 1801 1801 * Parse the X-Priority flag correctly, and allow values of 2 and 4 1802 1802 1803 2007-10-26 Philip Van Hoof <p vanhoof@gnome.org>1803 2007-10-26 Philip Van Hoof <philip@codeminded.be> 1804 1804 1805 1805 * X-Priority flag writing fixed 1806 1806 1807 2007-10-25 Philip Van Hoof <p vanhoof@gnome.org>1807 2007-10-25 Philip Van Hoof <philip@codeminded.be> 1808 1808 1809 1809 * Corrections for the priority flags … … 1814 1814 * This was a major API change 1815 1815 1816 2007-10-24 Philip Van Hoof <p vanhoof@gnome.org>1816 2007-10-24 Philip Van Hoof <philip@codeminded.be> 1817 1817 1818 1818 * Improvements for the IDLE support. The Nonblocking read is now … … 1825 1825 * Fixed the normal-priority flag ni Maildir 1826 1826 1827 2007-10-23 Philip Van Hoof <p vanhoof@gnome.org>1827 2007-10-23 Philip Van Hoof <philip@codeminded.be> 1828 1828 1829 1829 * Reference count problem in TnyCamelHeader … … 1837 1837 can later, perhaps, more easily bring this feature to upstream Camel. 1838 1838 1839 2007-10-19 Philip Van Hoof <p vanhoof@gnome.org>1839 2007-10-19 Philip Van Hoof <philip@codeminded.be> 1840 1840 1841 1841 * Avoiding the second capability request, eliminating roundtrips when … … 1850 1850 * A fix for normal CONDSTORE 1851 1851 1852 2007-10-18 Philip Van Hoof <p vanhoof@gnome.org>1852 2007-10-18 Philip Van Hoof <philip@codeminded.be> 1853 1853 1854 1854 * Operation notifactions no longer wait for 4 seconds to group them … … 1868 1868 * Various memory problem fixes 1869 1869 1870 2007-10-17 Philip Van Hoof <p vanhoof@gnome.org>1870 2007-10-17 Philip Van Hoof <philip@codeminded.be> 1871 1871 1872 1872 * Made sure that the standard Maildir format also works (with the ':' … … 1880 1880 in debian/control.maemo1. 1881 1881 1882 2007-10-16 Philip Van Hoof <p vanhoof@gnome.org>1882 2007-10-16 Philip Van Hoof <philip@codeminded.be> 1883 1883 1884 1884 * Fixed regression on the regression fix of a few days ago :) … … 1891 1891 * Disable mozembed packages build in maemo. 1892 1892 1893 2007-10-12 Philip Van Hoof <p vanhoof@gnome.org>1893 2007-10-12 Philip Van Hoof <philip@codeminded.be> 1894 1894 1895 1895 * Regression on yesterday's summary related patch. Fixed 1896 1896 * Regression on yesterday's mime part parser patch. Fixed 1897 1897 1898 2007-10-11 Philip Van Hoof <p vanhoof@gnome.org>1898 2007-10-11 Philip Van Hoof <philip@codeminded.be> 1899 1899 1900 1900 * iconv error situation handler … … 1920 1920 (using the progname). We set a default chrome without scrollbars. 1921 1921 1922 2007-10-08 Philip Van Hoof <p vanhoof@gnome.org>1922 2007-10-08 Philip Van Hoof <philip@codeminded.be> 1923 1923 1924 1924 * Merged camel-mime-utils.c with uptream Camel 1925 1925 1926 2007-10-07 Philip Van Hoof <p vanhoof@gnome.org>1926 2007-10-07 Philip Van Hoof <philip@codeminded.be> 1927 1927 1928 1928 * Backported a patch from Niels Christens on Camel to Camel-Lite. The … … 1935 1935 * Further merging upstream Camel with camel-lite 1936 1936 1937 2007-10-04 Philip Van Hoof <p vanhoof@gnome.org>1937 2007-10-04 Philip Van Hoof <philip@codeminded.be> 1938 1938 1939 1939 - -Wall warnings … … 1955 1955 "merge://ID" 1956 1956 1957 2007-09-28 Philip Van Hoof <p vanhoof@gnome.org>1957 2007-09-28 Philip Van Hoof <philip@codeminded.be> 1958 1958 1959 1959 * Unsigned integers can't be < 0 … … 1971 1971 camel part automatically. 1972 1972 1973 2007-09-26 Philip Van Hoof <p vanhoof@gnome.org>1973 2007-09-26 Philip Van Hoof <philip@codeminded.be> 1974 1974 1975 1975 * Fixed (avoided) a memory leak in saving CamelObject's states … … 1992 1992 the python implementation of the platform factory. 1993 1993 1994 2007-09-24 Philip Van Hoof <p vanhoof@gnome.org>1994 2007-09-24 Philip Van Hoof <philip@codeminded.be> 1995 1995 1996 1996 * Local-size updates after sync, sync_async and add_msg and … … 2002 2002 * fix some tny mem leaks 2003 2003 2004 2007-09-20 Philip Van Hoof <p vanhoof@gnome.org>2004 2007-09-20 Philip Van Hoof <philip@codeminded.be> 2005 2005 2006 2006 * Fixed a possible too-early cleanup of the account … … 2021 2021 that is moved is now NULLized. 2022 2022 2023 2007-09-18 Philip Van Hoof <p vanhoof@gnome.org>2023 2007-09-18 Philip Van Hoof <philip@codeminded.be> 2024 2024 2025 2025 * Fixed a possible crash when renaming folders … … 2031 2031 so that we can implement also purge in maildir. 2032 2032 2033 2007-09-17 Philip Van Hoof <p vanhoof@gnome.org>2033 2007-09-17 Philip Van Hoof <philip@codeminded.be> 2034 2034 2035 2035 * Added callback, status_callback and user_data to … … 2057 2057 updated .defs files. 2058 2058 2059 2007-09-14 Philip Van Hoof <p vanhoof@gnome.org>2059 2007-09-14 Philip Van Hoof <philip@codeminded.be> 2060 2060 2061 2061 * TnyCamelSendQueue's sent-msg signal emission (some corrections) … … 2088 2088 2089 2089 2090 2007-09-13 Philip Van Hoof <p vanhoof@gnome.org>2090 2007-09-13 Philip Van Hoof <philip@codeminded.be> 2091 2091 2092 2092 * Unread count improvements for IMAP folders … … 2098 2098 2099 2099 2100 2007-09-12 Philip Van Hoof <p vanhoof@gnome.org>2100 2007-09-12 Philip Van Hoof <philip@codeminded.be> 2101 2101 2102 2102 * POP improvements, retrying when failed 2103 2103 * Fixed a locking problem 2104 2104 2105 2007-09-11 Philip Van Hoof <p vanhoof@gnome.org>2105 2007-09-11 Philip Van Hoof <philip@codeminded.be> 2106 2106 2107 2107 * Bugfix when determining Push E-mail capabilities … … 2111 2111 * The CACHED and PARTIAL flags of received messages 2112 2112 2113 2007-09-10 Philip Van Hoof <p vanhoof@gnome.org>2113 2007-09-10 Philip Van Hoof <philip@codeminded.be> 2114 2114 2115 2115 * Bugfix when deleting a local folder … … 2121 2121 * Coping with large POP folders 2122 2122 2123 2007-09-07 Philip Van Hoof <p vanhoof@gnome.org>2123 2007-09-07 Philip Van Hoof <philip@codeminded.be> 2124 2124 2125 2125 * Error reporting and retrying when there are problems while getting 2126 2126 &nb
