summaryrefslogtreecommitdiff
path: root/test/map-client
Commit message (Collapse)AuthorAgeFilesLines
* test: Update map-client to include UpdateInbox.Srinivasa Ragavan2012-10-071-0/+7
|
* test: Update map-client to include Message.SetProperty and Message.GetPropertiesSrinivasa Ragavan2012-10-041-0/+42
|
* test: Update map-client to work with changes in Message.GetLuiz Augusto von Dentz2012-09-281-1/+1
|
* test: Update map-client to work with changes in MessageAccess interfaceLuiz Augusto von Dentz2012-09-281-3/+3
|
* test: Add support for Message.Get to map-clientLuiz Augusto von Dentz2012-07-181-8/+85
| | | | | | | | This adds -g/--get <handle> option to map-client so it downloads and prints the contents of the message. In addition add MapClient class to handle transfer signals similar to what other scripts do.
* test: Update map-client to the changes in GetMessageListingLuiz Augusto von Dentz2012-07-181-1/+23
| | | | | This makes map-client to print the object path and properties of each message found.
* test: Update map-client to the changes in GetFolderListingLuiz Augusto von Dentz2012-07-181-1/+2
| | | | | This makes map-client to print only the name of the folders similar to what ftp-client does.
* test: Fix map-client splitting subdirectories when changing folderLuiz Augusto von Dentz2012-06-201-2/+1
| | | | | MessageAccess.SetFolder already does that if the path contains subdirectories.
* test: Use org.bluez.obex namespace in map-client scriptLuiz Augusto von Dentz2012-06-051-5/+5
|
* test: Fix code style of map-clientLuiz Augusto von Dentz2012-06-051-36/+34
|
* client-test: Replace CreateSession parameter dictMikel Astiz2012-05-231-2/+1
|
* map: Fix D-Bus call after method renameBartosz Szatkowski2011-12-151-1/+1
|
* Add support for PullMessagesListing in MAP clientBartosz Szatkowski2011-12-151-0/+5
| | | | | Just basic functionality for now, returning whole listing as a string (no parsing) and no apparams handling.
* Add basic support for MAP folder listingBartosz Szatkowski2011-12-151-0/+5
| | | | | For now just basic functionality - returning whole listing as a string (no parsing for now) and no apparams handling.
* Add simple helper for MAP clientBartosz Szatkowski2011-12-151-0/+52