* Fixes NB#87165, do not allow folder names like LTP* or COM*
[modest] / src / modest-tny-account-store.c
2008-07-23 Sergio Villar Senin * added a missing initialization
2008-06-26 Sergio Villar Senin * Fixes NB#86112: do not show the account dialog if...
2008-06-25 Jose Dapena Paz* src/modest-tny-account-store.c:
2008-06-19 Sergio Villar Senin* Fixed two reference leaks
2008-06-16 Sergio Villar Senin* Manage all authentication errors in the account store
2008-06-13 Sergio Villar Senin * Fixes NB#85859, fixes a crash when deleting an account
2008-06-10 Sergio Villar Senin * Fixes NB#84725, retrieve messages when the option...
2008-06-03 Sergio Villar Senin * Fixes NB#86137, show the "settings saved" banner...
2008-05-29 Sergio Villar Senin * Fixes NB#85964, do not crash when opening Drafts...
2008-05-27 Sergio Villar Senin * Fixes NB#84336, do not hang when tapping on OK butto...
2008-05-26 Jose Dapena PazFix for bug NB#83343
2008-05-26 Sergio Villar Senin * Fixes NB#85818, close the editor window when the...
2008-05-22 Sergio Villar Senin * Fixes NB#85757, remove the outbox if there are no...
2008-05-19 Sergio Villar Senin * Fixes NB#84952, show the account dialog if the passw...
2008-05-12 Sergio Villar Senin * Fixes NB#85378, show the connection specific SMTP...
2008-04-24 Jose Dapena PazWork to fix NB#84828.
2008-04-22 Sergio Villar Senin * Use the get_folders_async to retrieve the per accoun...
2008-04-18 Sergio Villar Senin * Fixes a crash when removing accounts. Added by a...
2008-04-18 Sergio Villar Senin * Fixes NB#84492, remove the messages in the outbox...
2008-04-16 Sergio Villar Senin * Fixes #84315, do not enable the user to change some...
2008-04-15 Dirk-Jan C. Binnema* prevent some problems seen ; make sure we're having...
2008-04-15 Dirk-Jan C. Binnema* fix small leak
2008-04-14 Dirk-Jan C. Binnema* allow the account parameter in modest_tny_account_sto...
2008-04-14 Dirk-Jan C. Binnema* fix small copy-paste bug: forget the password for...
2008-04-11 Sergio Villar Senin * Partially fixes NB#83671, fixed a reference leak
2008-04-09 Dirk-Jan C. Binnema* get the translation string from the right catalog...
2008-04-09 Sergio Villar Senin * Fixed a warning+critical when finalizing
2008-04-08 Sergio Villar Senin * Do not try to disconnect local accounts
2008-04-07 Sergio Villar Senin * Partially fixes NB#83671, fixes several reference...
2008-04-03 Sergio Villar Senin * Fixes NB#83634, do not show auth dialog for accounts...
2008-04-02 Sergio Villar Senin * Fixes NB#82632, show the proper error note when...
2008-03-24 Sergio Villar Senin * Added a new parametter to modest_platform_sho...
2008-03-18 Sergio Villar Senin * Fixes NB#82696, auto update is working again
2008-03-18 Jose Dapena PazWork to fix NB#82451.
2008-03-14 Sergio Villar Senin * Fixes NB#81095, cancel the retrieval operations...
2008-03-12 Jose Dapena PazWork to fix bug NB#81989:
2008-03-12 Jose Dapena Paz* src/gnome/modest-account-view-window.c:
2008-03-03 Jose Dapena Paz* src/modest-tny-account-store.c:
2008-02-29 Sergio Villar Senin * Deleted unused code
2008-02-28 Jose Dapena Paz* src/modest-tny-account.[ch]:
2008-02-28 Alberto Garcia* src/modest-tny-account-store.c
2008-02-26 Sergio Villar Senin * Fixes NB#81095, UI is now properly updated when...
2008-02-26 Jose Dapena Paz* src/maemo/modest-account-settings-dialog.[ch]:
2008-02-22 Jose Dapena Paz* src/modest-tny-account-store.[ch]:
2008-02-21 Sergio Villar Senin * Fixed a lot of reference leaks
2008-02-13 Dirk-Jan C. Binnema* fix for a rare crash; fixes NB#80616.
2008-02-05 Jose Dapena Paz* src/modest-tny-account-store.c:
2008-01-30 Alberto GarciaFixed several TnyIterator leaks
2008-01-28 Philip Van HoofAdapted to API change for Tinymail rev 3304
2008-01-21 Dirk-Jan C. Binnema* adding some precondition checks, hopefully adding...
2008-01-21 Alberto GarciaPatch to compile Modest with the most recent changes
2008-01-12 Jose Dapena Paz* src/modest-account-mgr-helpers.[ch],
2008-01-08 Dirk-Jan C. Binnema* improve the debug output a bit
2007-12-20 Sergio Villar Senin * Fixes NB#78699, there was a missing refilter before...
2007-12-10 Alberto GarciaFix compilation problem
2007-12-10 Dirk-Jan C. Binnema* some param checks (should prevent a crash )
2007-12-05 Sergio Villar Senin * Fixes NB#78338, the summary.mmap files are deleted...
2007-12-03 Jose Dapena PazThis patch includes a lot of work to refactor and reorg...
2007-11-28 Alberto GarciaUpdate all accounts after they have been modified,
2007-11-27 Sergio Villar Senin * Removed some comments
2007-11-27 Dirk-Jan C. Binnema* remove some g_asserts, add warnings instead
2007-11-26 Dirk-Jan C. Binnema* modest-outside-scratchbox patch 3:
2007-11-26 Jose Dapena PazThese changes are for reenabling build of gnome port.
2007-11-21 Sergio Villar Senin * Fixes NB#61910 IMAP/POP TCP connections no longer...
2007-11-16 Dirk-Jan C. Binnema* disconnecting the account before removing the cache...
2007-11-15 Sergio Villar Senin * Removed maemo code from account store
2007-11-15 Sergio Villar Senin * Replaced invalid calls to hildon from common code
2007-11-15 Felipe Erias Moran... Fixes NB#66410
2007-11-14 Dirk-Jan C. Binnema* some cleanups for debugging:
2007-11-13 Dirk-Jan C. Binnema* add refcount checking for TnyAccounts
2007-11-09 Jose Dapena Paz* src/modest-tny-account-store.[ch]:
2007-11-05 Dirk-Jan C. Binnema* fix some potential NULL-dereferences
2007-10-31 Dirk-Jan C. Binnema* this is dirk's version of sergio's patch to only...
2007-10-30 Dirk-Jan C. Binnemaspelling: s/conformation/confirmation
2007-10-25 Alberto GarciaFixed typo
2007-10-25 Alberto Garcia* modest-tny-account-store:
2007-10-18 Jose Dapena Paz* src/dbus_api/modest-dbus-callbacks.c:
2007-10-16 Sergio Villar Senin * The account dialog is now modal (registered as modal...
2007-10-03 Sergio Villar Senin * Fixes NB#65999 note that the translation is still...
2007-10-03 Jose Dapena PazThese changes add support for searching in outbox folde...
2007-09-27 Sergio Villar Senin * The "account-changed" signal is now properly managed...
2007-09-25 Philip Van HoofReconnect and forget password when changing account...
2007-09-21 Dirk-Jan C. Binnema* move modest-tny-account-store to use modest-signal-mgr
2007-09-20 Sergio Villar Senin * Added a new signal to the account mgr that notifies...
2007-09-17 Sergio Villar Senin * Fixes NB#63512, do not show the "Internal message...
2007-09-14 Sergio Villar Senin * The connection specific SMTP accounts are...
2007-09-13 Philip Van HoofUpdated Modest to the latest Tinymail API
2007-09-11 Sergio Villar Senin * Removed a connect_and_wait from the mail_operations...
2007-09-07 Sergio Villar Senin * Fixed a leak reference
2007-09-07 Dirk-Jan C. Binnema* fix compiler warning
2007-09-07 Dirk-Jan C. Binnema* moved the tny alert dialog stuff to modest-platform
2007-09-03 Sergio Villar Senin * Fixes NB#65015 the Outbox folder is no longer missin...
2007-08-31 Murray Cumming2007-08-31 Murray Cumming <murrayc@murrayc.com>
2007-08-29 Murray Cumming2007-08-29 Murray Cumming <murrayc@murrayc.com>
2007-08-28 Dirk-Jan C. Binnema* fix some leaks, turn an assert into a runtime warning
2007-08-17 Alberto Garcia * src/modest-tny-account-store.c
2007-08-16 Murray Cumming2007-08-16 Murray Cumming <murrayc@murrayc.com>
2007-08-15 Murray Cumming2007-08-15 Murray Cumming <murrayc@murrayc.com>
2007-08-14 Murray Cumming2007-08-14 Murray Cumming <murrayc@murrayc.com>
2007-08-14 Murray Cumming2007-08-14 Murray Cumming <murrayc@murrayc.com>
next