aboutsummaryrefslogtreecommitdiffstats
path: root/capplet/settings/mail-guess-servers.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* warning cleanupMichael Meeks2010-03-141-2/+3
|
* Restructure capplet stuffs and load only on express mode.Srinivasa Ragavan2010-03-141-0/+274