Fixes NB#138269, append @hotmail.com to the username if the user haven't inserted it
[modest] / src / modest-text-utils.c
2009-09-07 Jose Dapena PazTake into account unichar space on converting to plain...
2009-09-04 Sergio Villar SeninCheck emails addresses case when checking the presence...
2009-09-03 Jose Dapena PazBetter handling of spaces on converting text to html
2009-08-07 Sergio Villar SeninFixes NB#123378, Pango hangs when checking the message...
2009-07-29 Sergio Villar SeninFixes NB#122697, prevent DoS attacks when replying...
2009-07-20 Jose Dapena PazRemove undisclosed recipients only for creating new...
2009-07-20 Jose Dapena PazOn simplifying the recipients, also remove "undisclosed...
2009-06-25 Sergio Villar SeninFixes NB#124324, remove the original instance of "Fw...
2009-06-22 Sergio Villar SeninFixes NB#123812, duplicate contacts created when insert...
2009-06-18 Jose Dapena PazFix modest_tny_msg_header_get_all_recipients_list ...
2009-06-18 Sergio Villar SeninFixes NB#123431, size of some attachments is wrong...
2009-06-05 Sergio Villar SeninFixes NB#120969, signature separator misses trailing...
2009-06-05 Sergio Villar SeninUse always the #define to refer to the signature separator
2009-05-25 Sergio Villar SeninRefactored code in modest_text_utils_get_display_addres...
2009-05-22 Sergio Villar SeninFixes NB#118220, properly hyperlinkify URL's. We were...
2009-04-08 Jose Dapena PazBuild diablo build and fix second line font size and...
2009-04-03 Jose Dapena PazAdded new method modest_text_utils_simplifies_recipients
2009-03-30 Jose Dapena PazMake regexp patterns for matching uris thread safe...
2009-03-26 Sergio Villar SeninAdded "feed://" like addresses
2009-03-26 Sergio Villar SeninFixes NB#96600, added feed protocol support
2009-03-18 Sergio Villar SeninFixes FwNULL 16/16
2009-03-18 Sergio Villar SeninFixes FwNULL 15/16
2009-02-26 Sergio Villar Senin* Fixes NB#96721, properly recognize sip: addresses
2009-02-10 Sergio Villar Senin* Fixes NB#93291, properly shown email size in details...
2009-02-06 Jose Dapena PazAdded more uris to linkify filter (fixes NB#100867).
2009-02-02 Jose Dapena PazShow proper size string for 0kb (fixes NB#92465).
2009-01-28 Jose Dapena PazMerge branch 'fixtests'
2009-01-23 Sergio Villar Senin* Fixes NB#89889, if the size is < 1Kb then show it...
2009-01-21 Jose Dapena PazUse plain text body quote in html too
2009-01-21 Jose Dapena PazRefactor body quote code to be usable from html quoting...
2009-01-21 Jose Dapena PazBetter addresses split (fixes NB#98684).
2009-01-21 Sergio Villar Senin* Fixes NB#95165, remove duplicate addresses in Cc...
2009-01-08 Sergio Villar Senin* Fixes NB#92465, show 1Kb when folder size is less...
2008-12-22 Jose Dapena PazModest textutils utf8 comparison bug fixed
2008-12-19 Jose Dapena PazThis is a manual merge of branch drop split view intro...
2008-11-07 Sergio Villar Senin * Fixes NB#91650, fixes a potential problem with strftime
2008-11-07 Sergio Villar Senin * Fixes NB#91689. fixes a wrong check for ASCII
2008-11-07 Sergio Villar Senin * Fixes NB#91649, fixes a wrong condition
2008-10-20 Jose Dapena Paz* Fix window special port names detection on creating...
2008-10-20 Jose Dapena Paz* Now we put signatures before the original/forwarded...
2008-10-14 Sergio Villar Senin * Fixes NB#87102, add the signature to the forwarded...
2008-08-05 Sergio Villar Senin * Fixes NB#87346 do not generate nested "Fw:" or ...
2008-08-04 Sergio Villar Senin * Properly detect invalid windows folder names. Thx...
2008-07-30 Sergio Villar Senin * Fixes NB#87102, append the signature at the end...
2008-07-28 Sergio Villar Senin * Fixes NB#87165, do not allow folder names like LTP...
2008-07-02 Sergio Villar Senin * Fixes NB#86176, do not remove own address when selec...
2008-06-04 Jose Dapena Paz* src/modest-text-utils.[ch]:
2008-06-03 Sergio Villar Senin * Fixes NB#86176, do not remove own address when it...
2008-04-09 Dirk-Jan C. Binnema* don't allow foldernames starting '.' (vfat does not...
2008-03-14 Jose Dapena PazFix for bug NB#81584.
2008-02-26 Jose Dapena Paz* src/modest-text-utils.[ch]:
2008-02-15 Alberto Garcia * src/modest-text-utils.c:
2008-02-13 Alberto GarciaRevert fix for modest_text_utils_convert_buffer_to_html...
2008-02-12 Alberto GarciaFix a problem in modest_text_utils_convert_buffer_to_ht...
2008-02-11 Jose Dapena PazChanges to disable cut/copy with images (fixes NB#80355).
2008-02-04 Jose Dapena Paz* src/modest-text-utils.[ch]:
2008-01-09 Dirk-Jan C. Binnema* add some parameter checks
2008-01-04 Dirk-Jan C. Binnema* support all the URI-types in maemo (see /usr/share...
2007-12-31 Dirk-Jan C. Binnema* ok, fixed some more corner cases. it's getting rather...
2007-12-31 Dirk-Jan C. Binnema* fix the url handling of '&'; it's a bit hairy because...
2007-12-16 Dirk-Jan C. Binnema* make modest handle mailing lists somewhat correcter...
2007-12-13 Dirk-Jan C. Binnema* sometimes, the text->html conversion screwed up,...
2007-12-07 Dirk-Jan C. Binnema* it makes sense not to allow '&' and '#' in new folder...
2007-11-28 Alberto GarciaFix regular expression used to check domain names.
2007-11-26 Dirk-Jan C. Binnema* modest-outside-scratchbox patch 2:
2007-11-09 Dirk-Jan C. Binnema* modest_text_utils_get_subject_prefix_len now also...
2007-11-07 Dirk-Jan C. Binnema* improvement of modest_utils_utf8_strcmp; and optimize
2007-11-07 Dirk-Jan C. Binnema* optimization of modest_text_utils_get_display_date,
2007-11-05 Dirk-Jan C. Binnema* prevent possible NULL dereference, add parameter...
2007-11-01 Dirk-Jan C. Binnema* make modest_text_utils_get_display_date return a...
2007-10-31 Jose Dapena PazFix for bug NB#74675. Now we limit the retrieval size...
2007-10-16 Dirk-Jan C. Binnema* revert to the in-place 'modest_text_utils_get_display...
2007-10-15 Sergio Villar Senin * Fixed modest_text_utils_get_display_address, now...
2007-09-03 Dirk-Jan C. Binnema* fix for NB#67837, NB#63633
2007-08-31 Dirk-Jan C. Binnema* remove some annoying debug warnings
2007-08-27 Alberto Garcia * src/modest-text-utils.c
2007-08-24 Sergio Villar Senin * Fixes NB@63545
2007-08-04 Johannes Schmid2007-08-04 Johannes Schmid <johannes.schmid@openismus...
2007-08-03 Jose Dapena Paz* src/modest-text-utils.c:
2007-08-03 Dirk-Jan C. Binnema* check for a valid foldername
2007-08-03 Dirk-Jan C. Binnema* add a function to check for valid folder name;
2007-08-01 Jose Dapena Paz* src/modest-text-utils.c:
2007-08-01 Dirk-Jan C. Binnema* validate the domain names
2007-08-01 Jose Dapena Paz* src/modest-text-utils.[ch]:
2007-07-31 Jose Dapena Paz* src/modest-text-utils.[ch]:
2007-07-27 Dirk-Jan C. Binnema* modest_text_utils_get_display_date: we do a quick...
2007-07-27 Dirk-Jan C. Binnema* make the hyperlinkify regexp code a bit faster, also...
2007-07-08 Dirk-Jan C. Binnema* include artificial breakpoints in very long (>256...
2007-07-03 Jose Dapena Paz* src/modest-text-utils.[ch]:
2007-06-22 Jose Dapena Paz* src/modest-text-utils.[ch]:
2007-06-15 Jose Dapena Paz* src/modest-text-utils.c:
2007-06-15 Jose Dapena Paz* src/modest-text-utils.[ch]:
2007-06-14 Jose Dapena Paz* src/modest-text-utils.[ch]:
2007-06-14 Jose Dapena Paz* src/modest-text-utils.c:
2007-06-14 Dirk-Jan C. Binnema* modest_text_utils_get_display_date:
2007-06-14 Jose Dapena Paz* src/modest-text-utils.c:
2007-06-11 Jose Dapena PazFix for NB#58037. Not reply to all removes the user...
2007-05-31 Sergio Villar Senin * Fixes NB#57580
2007-05-11 Murray Cumming2007-05-11 Murray Cumming <murrayc@murrayc.com>
2007-05-09 Dirk-Jan C. Binnema* use the 'display address' in the header view, ie...
next