cketti
|
767f7e0efe
|
Remove StoreConfig
|
2020-05-01 05:42:50 +02:00 |
|
cketti
|
a6f75dc587
|
Remove StoreConfig.getMaximumAutoDownloadMessageSize()
|
2020-05-01 05:15:51 +02:00 |
|
cketti
|
fcfc7e6a22
|
Remove unused method StoreConfig.getInboxFolder()
|
2020-05-01 03:31:11 +02:00 |
|
cketti
|
db7760a9e2
|
Change List<? extends Message> to List<Pop3Message> where appropriate
|
2020-04-27 18:37:10 +02:00 |
|
cketti
|
579027e66c
|
Make Pop3Folder no longer extend Folder
This highlighted that a bunch of code in backend-pop3 was unused.
|
2020-01-26 23:35:25 +01:00 |
|
cketti
|
9335080545
|
Get rid of common base class RemoteStore
This also allows removing some unnecessary methods in former subclasses.
|
2020-01-26 05:16:01 +01:00 |
|
cketti
|
13bc16caf8
|
Remove Message.getFolder()
|
2020-01-08 23:30:03 +01:00 |
|
cketti
|
e3973096d3
|
Remove Checkstyle
|
2019-11-13 16:51:52 +01:00 |
|
cketti
|
56a37d9e14
|
Remove FindBugs
It's not maintained anymore and we're not currently using it.
|
2019-11-13 16:41:51 +01:00 |
|
cketti
|
105622a999
|
Use variable for 'sourceCompatibility' and 'targetCompatibility' values
|
2019-11-13 16:26:29 +01:00 |
|
cketti
|
3ccabbf95f
|
Remove unused code
|
2019-03-09 19:31:54 +01:00 |
|
cketti
|
47deb4e5ba
|
Switch to androidx artifacts
|
2019-02-09 22:08:25 +01:00 |
|
cketti
|
eeb820b958
|
Remove Folder.delete(boolean)
|
2019-01-10 00:15:35 +01:00 |
|
Vincent Breitmoser
|
d1c4701256
|
Merge pull request #3808 from artbristol/remove-exception-todo
Remove TODO
|
2018-12-10 12:55:12 +01:00 |
|
Art O Cathain
|
5e3141d236
|
Remove TODO
|
2018-12-09 14:06:17 +01:00 |
|
cketti
|
72a664458e
|
Remove StoreConfig.set*Folder()
|
2018-11-13 20:38:46 +01:00 |
|
cketti
|
9711b42412
|
Remove unused Folder.FolderType
|
2018-11-09 14:19:36 +01:00 |
|
BO41
|
c043eb0df4
|
Replace explicit type arguments with <>
|
2018-09-02 23:35:09 +02:00 |
|
BO41
|
f24cb76d9e
|
Improve accessibility, correctness and performance
|
2018-09-02 22:49:48 +02:00 |
|
cketti
|
87132562f8
|
Remove unused parameter
|
2018-07-22 18:31:41 +02:00 |
|
cketti
|
0af83029cc
|
Change ServerSettings#type to a String
|
2018-07-19 12:40:57 +02:00 |
|
cketti
|
9cb5c70e4b
|
Remove knowledge of store URI from :mail:protocols:pop3 module
|
2018-07-17 20:39:18 +02:00 |
|
cketti
|
6758b6546e
|
Remove Pop3Store.createUri/decodeUri
|
2018-07-17 20:39:18 +02:00 |
|
cketti
|
455315f62e
|
Move code to upload messages to Backend implementations
|
2018-06-17 17:43:32 +02:00 |
|
cketti
|
80c76e6fb9
|
Move code to search/fetch messages to Backend implementations
|
2018-06-17 16:57:18 +02:00 |
|
cketti
|
3b393964e2
|
Move code to get folder list to Backend implementations
|
2018-06-17 03:26:56 +02:00 |
|
cketti
|
294a678b16
|
Move code to set message flags to Backend implementations
|
2018-06-16 17:41:53 +02:00 |
|
cketti
|
47520d7ae1
|
Clean up
|
2018-05-24 13:57:36 +02:00 |
|
cketti
|
26d02ebb0d
|
Create :mail:protocols:pop3 Gradle module
|
2018-05-24 13:57:35 +02:00 |
|