aboutsummaryrefslogtreecommitdiffstats
path: root/capplet/settings/mail-guess-servers.c
Commit message (Collapse)AuthorAgeFilesLines
* Coding style and whitespace cleanup.Matthew Barnes2011-05-221-16/+30
|
* Whitespace and coding style cleanups.Matthew Barnes2011-05-081-1/+3
|
* Bug 641756 - Fix warnings from GCC 4.6Kjartan Maraas2011-02-091-5/+1
| | | | GCC learned how to find dead assignments.
* Coding style cleanups.Matthew Barnes2010-09-131-17/+17
|
* [win32] Relocate the position of mail-autoconfig directoryFridrich Štrba2010-05-311-0/+1
|
* Coding style and whitespace cleanup.Matthew Barnes2010-05-271-9/+4
|
* Merge branch 'express2'Matthew Barnes2010-05-271-8/+14
|\
| * Coding style and whitespace cleanup.Matthew Barnes2010-05-251-2/+2
| |
| * add proxy support to auto-configurationMichael Meeks2010-04-201-5/+13
| |
| * switch autoconfig to use the api.gnome.org APIMichael Meeks2010-04-121-1/+1
| |
| * Capplet cleanups.Matthew Barnes2010-04-071-7/+7
| |
| * Ahem, use the right installation pathsFederico Mena Quintero2010-04-071-1/+1
| | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
| * Fallback to the offline case if we can't contact the server anywayFederico Mena Quintero2010-04-071-3/+3
| | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
| * Get the online status from the EShellFederico Mena Quintero2010-04-071-2/+16
| | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
| * Fix compiler warningsFederico Mena Quintero2010-04-071-1/+1
| | | | | | | | | | | | | | | | | | | | Oh, yes, I hate xmlChar. Signed-off-by: Federico Mena Quintero <federico@novell.com> Conflicts: capplet/settings/mail-guess-servers.c
| * Read the mail autoconfig files from the right pathFederico Mena Quintero2010-04-071-1/+1
| | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
| * Basic logic to guess mail autoconfig when offlineFederico Mena Quintero2010-04-071-4/+50
| | | | | | | | | | | | | | | | We will use a set of hardcoded autoconfiguration files, based on the ones from mozillamessaging.com, so that we can auto-configure mail accounts even when we can't read their information from the net. Signed-off-by: Federico Mena Quintero <federico@novell.com>
| * Return a success code when parsing a messageFederico Mena Quintero2010-04-071-4/+6
| | | | | | | | | | | | | | | | The child functions of parse_message() do not yet return error values, but this will make it easier to do something with them in the future if they get added. Signed-off-by: Federico Mena Quintero <federico@novell.com>
| * Factor out function to parse a soup message from a stringFederico Mena Quintero2010-04-071-2/+8
| | | | | | | | | | | | | | | | | | | | We'll need this when we want to parse a pre-cached file for the account configuration guesser. Signed-off-by: Federico Mena Quintero <federico@novell.com> Conflicts: capplet/settings/mail-guess-servers.c
| * Capplet cleanups.Matthew Barnes2010-04-061-36/+34
| |
* | Coding style and whitespace cleanup.Matthew Barnes2010-05-021-7/+16
| |
* | Capplet cleanups.Matthew Barnes2010-04-011-39/+38
| |
* | Ahem, use the right installation pathsFederico Mena Quintero2010-03-181-1/+1
| | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
* | Fallback to the offline case if we can't contact the server anywayFederico Mena Quintero2010-03-181-3/+3
| | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
* | Get the online status from the EShellFederico Mena Quintero2010-03-181-2/+16
| | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
* | Fix compiler warningsFederico Mena Quintero2010-03-181-6/+5
| | | | | | | | | | | | Oh, yes, I hate xmlChar. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* | Read the mail autoconfig files from the right pathFederico Mena Quintero2010-03-181-1/+1
| | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
* | Basic logic to guess mail autoconfig when offlineFederico Mena Quintero2010-03-181-4/+50
| | | | | | | | | | | | | | | | We will use a set of hardcoded autoconfiguration files, based on the ones from mozillamessaging.com, so that we can auto-configure mail accounts even when we can't read their information from the net. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* | Return a success code when parsing a messageFederico Mena Quintero2010-03-181-4/+6
| | | | | | | | | | | | | | | | The child functions of parse_message() do not yet return error values, but this will make it easier to do something with them in the future if they get added. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* | Factor out function to parse a soup message from a stringFederico Mena Quintero2010-03-181-2/+8
|/ | | | | | We'll need this when we want to parse a pre-cached file for the account configuration guesser. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* warning cleanupMichael Meeks2010-03-141-2/+3
|
* Restructure capplet stuffs and load only on express mode.Srinivasa Ragavan2010-03-141-0/+274