lofonder

Results 10 issues of lofonder

``` ------=_Part_1448452_458257080.1707905695133 Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet; name*=UTF-8''%E8.xlsx Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename*=UTF-8''%E8.xlsx ``` crashed function: void mime::parse_header_value_attributes(const string& header, string& header_value, attributes_t& attributes) const crashed information: when parsing the line ``` Content-Type:...

[//]: # (以下所有的以"[//]: #"开始的文字都是注释,不会被markdown渲染,所以无需删除) [//]: # (All lines start "with [//]: #" below are comment lines and will not be rebdered by markdown, so there's no need to delete them)...

`boost-install.generate-cmake-config-version- bin\boost\bin.v2\libs\wave\build\stage\boost_wave-config-version.cmake gcc.link.dll bin\boost\bin.v2\libs\url\build\gcc-7\debug\threadapi-win32\threading-multi\visibility-hidden\libboost_url-mgw7-mt-d-x32-1_83.dll common.copy D:\proj\boost_1_83_0\stage\lib\cmake\boost_wave-1.83.0\boost_wave-config-version.cmake bin\boost\bin.v2\libs\wave\build\stage\boost_wave-config-version.cmake copy 1 file。 boost-install.generate-cmake-variant- bin\boost\bin.v2\libs\url\build\gcc-7\debug\threadapi-win32\threading-multi\visibility-hidden\libboost_url-variant-mgw7-mt-d-x32-1_83-shared.cmake common.copy D:\proj\boost_1_83_0\stage\lib\libboost_url-mgw7-mt-d-x32-1_83.dll.a **couldn't find the target file.** copy /b "bin\boost\bin.v2\libs\url\build\gcc-7\debug\threadapi-win32\threading-multi\visibility-hidden\libboost_url-mgw7-mt-d-x32-1_83.dll.a" + this-file-does-not-exist-A698EE7806899E69 "D:\proj\boost_1_83_0\stage\lib\libboost_url-mgw7-mt-d-x32-1_83.dll.a" ...failed common.copy D:\proj\boost_1_83_0\stage\lib\libboost_url-mgw7-mt-d-x32-1_83.dll.a... gcc.compile.c++ bin\boost\bin.v2\libs\wave\build\gcc-7\debug\threadapi-win32\threading-multi\visibility-hidden\instantiate_cpp_grammar.o...

the **string_t mime::parse_header_value_attribute(const string& attr_value) const** only parsed the first line of the Content-Disposition the mime data example: ` Content-Type: application/pdf; name*0*=UTF-8''py%E5%8E%BF%E7%BA%A7%E6%9C%BA%E6%9E%84%E7%A7%91%E6%8A%80; name*1*=%9C%7D%E5%6A%A1%E9E7%BA%A7%E6%9C%BA%E6%9E%84%E7%E6%E6%8A%80.pdf Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename*0*=UTF-8''py%E5%8E%BF%E7%BA%A7%E6%9C%BA%E6%9E%84%E7%A7%91%E6%8A%80; filename*1*=%E5%9D%8D%E5%8C%E7%BA%A7%E6%9C%BA%E6%9E%84%E7%A7%91%E6%8A%80; filename*2*=pdf...

Dear.I found that the format method of the message couldnt get the source data from the mail server. some data has been decoded.and not the original format from the server....

here is the mime data . I couldnt find the bugs. [test.txt](https://github.com/user-attachments/files/17164979/test.txt)

I‘ve connected to the mail server by using the new pop3(host,port,timeout); and connected. but the server didnt response anything after I fetching some mails. I tested the server by using...

I just founded that some servers needed to use the ID command to marked the flag of the client.if dont use the ID command the server wouldnt work. so would...

Ive used the imap to recieving the mails from the server.but failed when i used the method of the list_folders. ` std::string t_init = ""; imap::mailbox_folder_t t_inboxes = m_conn->list_folders(t_init); std::list...

**\ \45905\ \** the code up what I just marked as the bold part. the qxlsx parsed the part as a number.but it is a date data in fact. and...