Skip to content

Commit

Permalink
Merge commit d140d96 into origin/develop2
Browse files Browse the repository at this point in the history
  • Loading branch information
mewitte committed Aug 4, 2017
2 parents 8afd38e + d140d96 commit 988e04c
Show file tree
Hide file tree
Showing 15 changed files with 12 additions and 67 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@
"currentFolderName:" : "js 7/9/2017 21:13",
"fetchAllHeadersOfSelectedFolder" : "js 6/4/2017 16:46",
"fetchBody:" : "AR 6/13/2016 16:23",
"fetchEmail:" : "ms 7/10/2016 14:10",
"fetchHeader:" : "dl 7/31/2017 17:07",
"fetchHeadersFrom:to:" : "MW 8/4/2017 21:36",
"fetchHeadersIn:" : "js 6/12/2017 10:58",
"fetchHeadersIn:for:" : "dl 6/23/2017 13:37",
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ testFillMessageBody
| email |
email := ICEmail new.
email messageID: 42.
email uid: 42.
self endPoint fillBodyFor: email.
self assert: (email body) equals: self class expectedFetchBody

Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,9 @@
"multilineReceiverMessageID" : "al 6/28/2016 10:46",
"multilineSenderMessageID" : "al 6/28/2016 10:38",
"setUp" : "dl 7/31/2017 18:47",
"testFetch" : "jwe 7/28/2016 11:40",
"testFetchHeader" : "dl 7/31/2017 18:51",
"testFetchHeaderWithDifferentOrder" : "jwe 7/19/2016 10:04",
"testFetchHeaderWithMultilineReceiver" : "jwe 7/19/2016 10:05",
"testFetchHeaderWithMultilineSender" : "jwe 7/19/2016 10:06",
"testFetchHeadersWithRange" : "al 7/4/2016 17:03",
"testFetchHeadersWithUnlimitedRange" : "al 7/4/2016 17:21",
"testFillMessageBody" : "ms 7/10/2016 14:13",
"testFillMessageBody" : "js 8/4/2017 21:29",
"testFillMessageBodyWithMultilineBody" : "ms 7/10/2016 14:14",
"testListAllFolders" : "jwe 7/12/2016 10:09",
"testLogout" : "jwe 6/21/2016 10:15",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ selectedResponses
'. LOGIN ', self validUsername, ' ', self validPassword -> self loginResponse.
'. LOGOUT' -> self logoutResponse.
'. FETCH 3:4 (body[HEADER.FIELDS (from to subject date)])' -> self fetchHeadersWithRangeResponse.
'. UID FETCH 3:4 (body[HEADER.FIELDS (from to subject date)])' -> self fetchHeadersWithRangeResponse.
'. FETCH 3:* (body[HEADER.FIELDS (from to subject date)])' -> self fetchHeadersWithRangeResponse.
'. FETCH 42 (body[HEADER.FIELDS (from to subject date)])' -> self fetchHeaderResponse.
'. FETCH 44 (body[HEADER.FIELDS (from to subject date)])' -> self fetchHeaderResponseWithDifferentOrder.
'. FETCH 45 (body[HEADER.FIELDS (from to subject date)])' -> self fetchHeaderResponseWithMultilineSender.
'. FETCH 46 (body[HEADER.FIELDS (from to subject date)])' -> self fetchHeaderResponseWithMultilineReceiver.
'. FETCH 42 body[1.1]' -> self fetchBodyResponse.
'. FETCH 43 body[1.1]' -> self fetchMultlineBodyResponse}
'. FETCH 43 body[1.1]' -> self fetchMultlineBodyResponse.
'. UID SEARCH ALL' -> self uidResponse}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
accessing
uidResponse
^ #('* SEARCH 3 4 42 43 44 45 46' '. OK SEARCH completed.')
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@
"responses" : "js 6/14/2016 10:51",
"responses:" : "js 6/14/2016 10:51",
"selectInboxResponse" : "AR 6/26/2016 11:50",
"selectedResponses" : "al 7/4/2016 17:22",
"selectedResponses" : "js 8/4/2017 21:47",
"stateTransitions" : "AR 6/26/2016 12:05",
"uidResponse" : "js 8/4/2017 21:44",
"validHost" : "js 6/14/2016 10:51",
"validHost:" : "js 6/14/2016 10:51",
"validHostIP" : "AR 7/12/2016 10:23",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ nextResponse
self responseQueue ifEmpty: [ ^ OrderedCollection new].

self lastResponse: self responseQueue removeFirst.
Transcript show: 'RECEIVING: ' , self lastResponse; cr.
^ self lastResponse
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lastResponse" : "js 6/7/2016 10:26",
"lastResponse:" : "js 6/7/2016 10:22",
"nextLine" : "AR 7/12/2016 10:00",
"nextResponse" : "al 6/20/2016 16:49",
"nextResponse" : "js 8/4/2017 21:50",
"responseQueue" : "AR 5/24/2016 10:18",
"responseQueue:" : "AR 5/24/2016 10:18",
"sendCommand:" : "AR 6/10/2016 15:30",
Expand Down

0 comments on commit 988e04c

Please sign in to comment.